[DRun] cleanup debug message.

This commit is contained in:
Dave Davenport 2020-04-15 19:08:01 +02:00
parent 0214d5a6e4
commit 1104d1d53a
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ static void exec_cmd_entry ( DRunModeEntry *e )
g_warning ( "Nothing to execute after processing: %s.", e->exec );;
return;
}
g_debug ( "Parsed into command: %s into %s.", e->exec, str );
g_debug ( "Parsed command: |%s| into |%s|.", e->exec, str );
if ( e->key_file == NULL ) {
GKeyFile *kf = g_key_file_new ();