From dd76ee2c9f7ff27e58f11efb9559384ab412298d Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 13 Mar 2020 15:01:19 -0400 Subject: [PATCH] spacing --- src/zm_event.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zm_event.cpp b/src/zm_event.cpp index 875335d02..ed2395a9c 100644 --- a/src/zm_event.cpp +++ b/src/zm_event.cpp @@ -120,9 +120,9 @@ Event::Event( Debug(1, "Updating inserted event with DefaultVideo=%s",video_name); snprintf(sql, sizeof(sql), "UPDATE Events SET DefaultVideo = '%s' WHERE Id=%" PRIu64, video_name,id); if ( mysql_query(&dbconn, sql) ) { - Error("Can't update event: %s. sql was (%s)", mysql_error(&dbconn), sql); - db_mutex.unlock(); - return; + Error("Can't update event: %s. sql was (%s)", mysql_error(&dbconn), sql); + db_mutex.unlock(); + return; } } else { Debug (1, "GetOptVideoWriter() returned 0, not updating DefaultVideo");