about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c
index a0536a7f..6fd8e17d 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -914,6 +914,8 @@ cons_prefs(void)
         cons_show("Reminder notification period : %d seconds", remind_period);
     }
 
+    cons_show("Priority                     : %d", prefs_get_priority());
+
     cons_show("");
 
     if (_curr_prof_win == 0)