Fix fail to build

This commit is contained in:
Isaac Connor 2021-12-28 12:45:02 -05:00
parent 0e148d809a
commit e81384bba4
1 changed files with 1 additions and 1 deletions

View File

@ -1901,7 +1901,7 @@ bool Monitor::Analyse() {
if (motion_score) {
if (cause.length()) cause += ", ";
cause += MOTION_CAUSE+":"+alarm_cause;
cause += MOTION_CAUSE+std::string(":")+alarm_cause;
noteSetMap[MOTION_CAUSE] = zoneSet;
} // end if motion_score
}