Updated startup log

This commit is contained in:
Matt Hill
2014-06-09 17:05:06 -04:00
parent 6bbd04ab61
commit 854043c715

View File

@@ -206,7 +206,7 @@ void streamRecognitionThread(void* arg)
std::vector<uchar> buffer; std::vector<uchar> buffer;
LOG4CPLUS_INFO(logger, "Daemon active: " << daemon_active); LOG4CPLUS_INFO(logger, "Starting camera " << tdata->camera_id);
while (daemon_active) while (daemon_active)
{ {