nrtb-core team mailing list archive
-
nrtb-core team
-
Mailing list archive
-
Message #00050
[Branch ~fpstovall/nrtb/cpp_common] Rev 15: Removed commented out line to avoid confusion later. This actually cleans up an oversight on the ...
------------------------------------------------------------
revno: 15
committer: fpstovall@xxxxxxxxx
branch nick: dev
timestamp: Mon 2010-12-27 11:31:29 -0500
message:
Removed commented out line to avoid confusion later. This actually cleans up an oversight on the previous checkin.
modified:
common/confreader/confreader.cpp
--
lp:~fpstovall/nrtb/cpp_common
https://code.launchpad.net/~fpstovall/nrtb/cpp_common
Your team NRTB Core is subscribed to branch lp:~fpstovall/nrtb/cpp_common.
To unsubscribe from this branch go to https://code.launchpad.net/~fpstovall/nrtb/cpp_common/+edit-subscription
=== modified file 'common/confreader/confreader.cpp'
--- common/confreader/confreader.cpp 2010-12-27 16:01:59 +0000
+++ common/confreader/confreader.cpp 2010-12-27 16:31:29 +0000
@@ -98,7 +98,6 @@
}
catch (...)
{
-// Poco::Logger& logger = Poco::Logger::get(logname);
logger.warning("Problems reading configuration file \""
+ filename + "\"; data may be incomplete.");
}