Commit 97348da6 authored by Aleksey Vinogradov's avatar Aleksey Vinogradov Committed by Pavel Vainerman

Исправлена ошибка в макросе (вместо латинской "C" была "С" в русской раскладке)

parent 7c612401
...@@ -63,7 +63,7 @@ using namespace UniSetTypes; ...@@ -63,7 +63,7 @@ using namespace UniSetTypes;
} \ } \
catch(CORBA::SystemException& ex) \ catch(CORBA::SystemException& ex) \
{ \ { \
unideb[Debug::WARN] << "(" << __STRING(fname) << "): ORBA::SystemException: " \ unideb[Debug::WARN] << "(" << __STRING(fname) << "): CORBA::SystemException: " \
<< ex.NP_minorString() << endl; \ << ex.NP_minorString() << endl; \
} \ } \
catch(...) \ catch(...) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment