[svn] commit: r3360 - /branches/vorner-recursor-dummylog/src/lib/log/dummylog.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 26 16:28:51 UTC 2010
Author: vorner
Date: Tue Oct 26 16:28:51 2010
New Revision: 3360
Log:
Fix wrong variable name
Modified:
branches/vorner-recursor-dummylog/src/lib/log/dummylog.h
Modified: branches/vorner-recursor-dummylog/src/lib/log/dummylog.h
==============================================================================
--- branches/vorner-recursor-dummylog/src/lib/log/dummylog.h (original)
+++ branches/vorner-recursor-dummylog/src/lib/log/dummylog.h Tue Oct 26 16:28:51 2010
@@ -28,7 +28,7 @@
* The prefix is printed in front of every log message in square brackets.
* The usual convention is to put the name of program here.
*/
-extern std::string dprogram;
+extern std::string dprefix;
/**
* \short Temporary interface to logging.
More information about the bind10-changes
mailing list