diff --git a/src/zm_event.cpp b/src/zm_event.cpp index 3f6b0a807..346ba6549 100644 --- a/src/zm_event.cpp +++ b/src/zm_event.cpp @@ -69,7 +69,7 @@ Event::Event( untimedEvent = true; start_time = now; } else if ( start_time.tv_sec > now.tv_sec ) { - Error("StartTime in the future %d.%d > $d.%d", + Error("StartTime in the future %d.%d > %d.%d", start_time.tv_sec, start_time.tv_usec, now.tv_sec, now.tv_usec ); start_time = now;