Skip to content
Snippets Groups Projects
Commit c5871f33 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Bug 1000: Fixed same basename bug as in the LogProcessor.

parent d2aae07c
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ GCFEvent::TResult LogClient::operational(GCFEvent& event,
getLogLevelManager().toString(logEvent.getLogLevel()).c_str(),
logEvent.getLoggerName().c_str(),
logEvent.getMessage().c_str(),
basename(logEvent.getFile().c_str()),
basename(logEvent.getFile()).c_str(),
logEvent.getLine()));
LOG_DEBUG_STR("Storing message " << itsInSeqnr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment