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 authored and timopollmeier committed Apr 29, 2024
1 parent 3406d09 commit e2ef7d8
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 e2ef7d8

Please sign in to comment.