mu-msg: cosmetic
This commit is contained in:
@ -94,8 +94,8 @@ mu_msg_new_from_file (const char *path, const char *mdir,
|
|||||||
self = msg_new ();
|
self = msg_new ();
|
||||||
self->_file = msgfile;
|
self->_file = msgfile;
|
||||||
|
|
||||||
g_debug ("created msg from file in %" G_GINT64_FORMAT "us",
|
g_debug ("created message from %s in %" G_GINT64_FORMAT " μs",
|
||||||
g_get_monotonic_time() - start);
|
path, g_get_monotonic_time() - start);
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user