run: Don't kill children twice.
[dss.git] / tv.c
diff --git a/tv.c b/tv.c
index 8ab5e5a90a6bd151c87750adb761c135b7ec774e..538202c9fe99dd1326b2fb19aee2168dcbf0ec20 100644 (file)
--- a/tv.c
+++ b/tv.c
@@ -1,9 +1,4 @@
-/*
- * Copyright (C) 2005-2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
-
+/* SPDX-License-Identifier: GPL-2.0 */
 #include <sys/time.h>
 #include <time.h>
 #include <inttypes.h>
 #include <sys/time.h>
 #include <time.h>
 #include <inttypes.h>
@@ -54,6 +49,5 @@ int64_t get_current_time(void)
 {
        time_t now;
        time(&now);
 {
        time_t now;
        time(&now);
-       DSS_DEBUG_LOG(("now: %jd\n", (intmax_t)now));
        return (int64_t)now;
 }
        return (int64_t)now;
 }