Show message

This commit is contained in:
HanzZ 2011-10-26 22:29:55 +02:00
parent 343349cea6
commit 0e12672555

View file

@ -78,6 +78,7 @@ using namespace log4cxx;
if (ret == 0) \
exec_ok = true; \
else if (ret == 2013) { \
LOG4CXX_INFO(logger, "MySQL connection lost. Reconnecting...");\
disconnect(); \
connect(); \
return METHOD; \