Debug line

pull/1207/head
Isaac Connor 2015-10-02 15:28:51 +00:00
parent aa108eff6e
commit 7b253bcd7e
1 changed files with 1 additions and 0 deletions

View File

@ -2056,6 +2056,7 @@ int Monitor::LoadLocalMonitors( const char *device, Monitor **&monitors, Purpose
sql += "'";
}
if ( staticConfig.SERVER_ID ) {
Debug( 1, "Server ID %d", staticConfig.SERVER_ID );
sql += " AND ServerId='";
sql += staticConfig.SERVER_ID;
sql += "'";