* minor update

This commit is contained in:
djcb
2013-12-21 10:01:04 -08:00
parent f79170ac6c
commit c48d290699
3 changed files with 12 additions and 8 deletions

View File

@ -79,7 +79,9 @@ handle_error (MuConfig *conf, MuError merr, GError **err)
}
if (*err)
g_printerr ("mu: %s\n", (*err)->message);
g_printerr ("mu: %s (%u)\n",
(*err)->message,
(*err)->code);
}