Explorar el Código

Add missing error log context parameter.

Stefan Kislinskiy hace 11 años
padre
commit
8f8208d3f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Libs/Core/ctkErrorLogQtMessageHandler.cpp

+ 1 - 1
Libs/Core/ctkErrorLogQtMessageHandler.cpp

@@ -97,7 +97,7 @@ void ctkErrorLogModelQtMessageOutput(QtMsgType type, const QMessageLogContext& c
 //    //  }
     handler->handleMessage(
           ctk::qtHandleToString(QThread::currentThreadId()),
-          level, handler->handlerPrettyName(), msg);
+          level, handler->handlerPrettyName(), ctkErrorLogContext(msg), msg);
     }
 }
 #else