mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
show logs without debugger attached
This commit is contained in:
parent
7def214740
commit
568e7446b9
@ -392,7 +392,7 @@ void CLogConsoleTarget::write(const LogRecord & record)
|
||||
currentLog = os_log_create(ios_bundleIdentifier(), domainName.c_str());
|
||||
logs.insert({domainName, currentLog});
|
||||
}
|
||||
os_log_with_type(currentLog, type, "%s", message.c_str());
|
||||
os_log_with_type(currentLog, type, "%{public}s", message.c_str());
|
||||
#else
|
||||
|
||||
const bool printToStdErr = record.level >= ELogLevel::WARN;
|
||||
|
Loading…
Reference in New Issue
Block a user