Skip to content

Commit

Permalink
Changed one g_message back to g_warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelmold committed Apr 29, 2024
1 parent a2762b5 commit b0b9d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -17138,7 +17138,7 @@ manage_cleanup_process_error (int signal)
{
if (current_scanner_task)
{
g_message ("%s: Error exit, setting running task to Interrupted",
g_warning ("%s: Error exit, setting running task to Interrupted",
__func__);
set_task_interrupted (current_scanner_task,
"Error exit, setting running task to"
Expand Down

0 comments on commit b0b9d10

Please sign in to comment.