Date: Thursday, March 16, 2006 @ 18:23:10
  Author: marc
    Path: /cvsroot/carob/carob/src

Modified: StringCodecs.cpp (1.7 -> 1.8)

L"StringCodecs.cpp" -> __WFILE__


------------------+
 StringCodecs.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: carob/src/StringCodecs.cpp
diff -u carob/src/StringCodecs.cpp:1.7 carob/src/StringCodecs.cpp:1.8
--- carob/src/StringCodecs.cpp:1.7      Thu Mar 16 15:34:44 2006
+++ carob/src/StringCodecs.cpp  Thu Mar 16 18:23:10 2006
@@ -55,7 +55,7 @@
     } catch (std::runtime_error& re) {
         // we need the default user_codec to be initialized here
         std::wstring msg = exception_message(re.what(), name);
-        logFatal(L"StringCodecs.cpp:trynewfacet_byname()", msg);
+        logFatal(__WFILE__ L":trynewfacet_byname()", msg);
         throw CodecException(msg);
     }
 }
@@ -69,7 +69,7 @@
     } catch (std::runtime_error& re) {
         // we need the default user_codec to be initialized here
         std::wstring msg = exception_message(re.what(), name);
-        logFatal(L"StringCodecs.cpp:trylocale()", msg);
+        logFatal(__WFILE__ L":trylocale()" , msg);
         throw CodecException(msg);
     }
 }

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to