From 2afc76f1769cd81d0d50b21eee38ec7a4b6dd9bd Mon Sep 17 00:00:00 2001 From: N2614 Date: Tue, 7 Feb 2012 07:09:16 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E7=99=BA=E7=94=9F?= =?UTF-8?q?=E8=A1=8C=E3=81=8C=E6=8A=9C=E3=81=91=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@621 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/CommonLogger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)