diff --git a/trunk/ConsoleDataMigration/sources/common/CommonLogger.h b/trunk/ConsoleDataMigration/sources/common/CommonLogger.h index df19c6e..e3e3271 100644 --- a/trunk/ConsoleDataMigration/sources/common/CommonLogger.h +++ b/trunk/ConsoleDataMigration/sources/common/CommonLogger.h @@ -70,7 +70,7 @@ ::nn::Result commonLoggerResult = (result); \ if(commonLoggerResult.IsFailure()) \ { \ - COMMON_LOGGER_RESULT(commonLoggerResult, __func__); \ + COMMON_LOGGER_RESULT_WITH_LINE(commonLoggerResult, __LINE__, __func__); \ } \ }while(0)