|
From: <gn...@us...> - 2015-11-13 23:04:16
|
Revision: 601
http://sourceforge.net/p/ptpd/code/601
Author: gnn
Date: 2015-11-13 23:04:14 +0000 (Fri, 13 Nov 2015)
Log Message:
-----------
Fix typo covered by RUNTIME_DEBUG
Modified Paths:
--------------
trunk/src/dep/daemonconfig.c
Modified: trunk/src/dep/daemonconfig.c
===================================================================
--- trunk/src/dep/daemonconfig.c 2015-10-23 02:18:41 UTC (rev 600)
+++ trunk/src/dep/daemonconfig.c 2015-11-13 23:04:14 UTC (rev 601)
@@ -262,7 +262,7 @@
if(flags & PTPD_RESTART_DAEMON) {
NOTIFY("Change of %s setting requires "PTPD_PROGNAME" restart\n",key);
} else {
- DBG("Setting %s changed, restart of subystem %d required\n",key,flag);
+ DBG("Setting %s changed, restart of subystem %d required\n",key,flags);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|