fixed logging
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 18 Apr 2014 12:55:57 +0000 (14:55 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 18 Apr 2014 12:55:57 +0000 (14:55 +0200)
src/ui.c

index 2cc8107..5f91b6d 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -151,7 +151,7 @@ const char *ui_get_status_filter()
        log_fct_enter();
 
        status = gtk_combo_box_get_active_id(w_status);
-       log_fct("status: %d", status);
+       log_fct("status: %s", status);
 
        log_fct_exit();