summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-15 19:08:01 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-15 19:08:01 +0200
commit1104d1d53a6e8be8448adb2ef5bf7d66d08aa5b9 (patch)
tree824347dd1faf5f5a505dd800e6c63d06d6a1975a
parent0214d5a6e486611b8ac076386fc8ab74af0ef48b (diff)
[DRun] cleanup debug message.
-rw-r--r--source/dialogs/drun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/drun.c b/source/dialogs/drun.c
index 1f7871c2..afc19ba6 100644
--- a/source/dialogs/drun.c
+++ b/source/dialogs/drun.c
@@ -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 ();