summaryrefslogtreecommitdiff
path: root/src/util/media-thumb-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/media-thumb-debug.c')
-rwxr-xr-xsrc/util/media-thumb-debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/media-thumb-debug.c b/src/util/media-thumb-debug.c
index ab75286..a9ce049 100755
--- a/src/util/media-thumb-debug.c
+++ b/src/util/media-thumb-debug.c
@@ -92,7 +92,7 @@ void thumb_print_debug_time(char *time_string)
(double)(time.tv_sec * 1000000 + time.tv_usec -
g_time_usec) / CLOCKS_PER_SEC;
- thumb_dbg("time [%s] : %f \n", time_string, totaltime);
+ thumb_dbg("time [%s] : %f", time_string, totaltime);
#endif
}
@@ -105,7 +105,7 @@ thumb_print_debug_time_ex(long start, long end, const char *func_name,
totaltime = (double)(end - start) / CLOCKS_PER_SEC;
- thumb_dbg("time [%s: %s] : %f \n", func_name, time_string,
+ thumb_dbg("time [%s: %s] : %f", func_name, time_string,
totaltime);
#endif
}