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

launch: Fix program name in logging

parent c5560f13
Branches
Tags
No related merge requests found
......@@ -474,7 +474,7 @@ main (int argc,
setlocale (LC_ALL, "");
g_set_prgname ("pressure-vessel-launcher");
g_set_prgname ("pressure-vessel-launch");
g_log_set_handler (G_LOG_DOMAIN,
G_LOG_LEVEL_WARNING | G_LOG_LEVEL_MESSAGE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment