Commit 1d169d77786773f7b90f88259ee910ffe7a519a6
1 parent
2db083bb
Set category and messge in the right place
Showing
1 changed file
with
1 additions
and
1 deletions
src/log.cpp
| @@ -129,7 +129,7 @@ void Log::log( const std::string &category, const std::string &message, LogLevel | @@ -129,7 +129,7 @@ void Log::log( const std::string &category, const std::string &message, LogLevel | ||
| 129 | ReplaceAll( logMessage, "%", "%%" ); | 129 | ReplaceAll( logMessage, "%", "%%" ); |
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | - write( toInt( level ), logCategory, logMessage ); | 132 | + write( toInt( level ), logMessage, logCategory ); |
| 133 | } | 133 | } |
| 134 | 134 | ||
| 135 | // Static functions | 135 | // Static functions |