Index: sources/ApplicationPost.cpp =================================================================== diff -u -r265ce7409a0ea99a4ae059f5ce7978c9cdb10631 -r16bd55822fa77e5bea6fdfa7b54abf123c1da8bb --- sources/ApplicationPost.cpp (.../ApplicationPost.cpp) (revision 265ce7409a0ea99a4ae059f5ce7978c9cdb10631) +++ sources/ApplicationPost.cpp (.../ApplicationPost.cpp) (revision 16bd55822fa77e5bea6fdfa7b54abf123c1da8bb) @@ -68,7 +68,7 @@ else { // TODO: Ignored for now but this could be a FileSystem check failure, and the post.log has to always exist. // _done = false; - LOG_EVENT(tr("The POST log file could not be read.")); + LOG_APPED(tr("The POST log file could not be read.")); } emit didDone(_isDone); }