Skip to content
Snippets Groups Projects
Commit 2264fa6e authored by Simon McVittie's avatar Simon McVittie
Browse files

adverb: Diagnose exit status


This makes it a little clearer when we're exiting.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent fa188071
Branches
Tags
No related merge requests found
......@@ -701,5 +701,6 @@ out:
if (local_error != NULL)
g_warning ("%s", local_error->message);
g_debug ("Exiting with status %d", ret);
return ret;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment