summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/guestfs.c')
-rw-r--r--src/guestfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs.c b/src/guestfs.c
index 41872d36..91d26721 100644
--- a/src/guestfs.c
+++ b/src/guestfs.c
@@ -1539,7 +1539,7 @@ print_timestamped_message (guestfs_h *g, const char *fs, ...)
if (err < 0) return;
gettimeofday (&tv, NULL);
-
+
fprintf (stderr, "[%05" PRIi64 "ms] %s\n",
timeval_diff (&g->launch_t, &tv), msg);