mu-msg: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2020-11-15 15:31:37 +02:00
parent 702a1d8452
commit 558add3843
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ mu_msg_new_from_file (const char *path, const char *mdir,
self = msg_new ();
self->_file = msgfile;
g_debug ("created msg from file in %" G_GINT64_FORMAT "us",
g_get_monotonic_time() - start);
g_debug ("created message from %s in %" G_GINT64_FORMAT " μs",
path, g_get_monotonic_time() - start);
return self;
}