diff --git a/config.h.in b/config.h.in
index b00d8cce97dab7ac639efc7a3894b56f2e53d2e8..ae6145b0214f7f9f483ab261a4e1debe3e66a88f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -8,7 +8,11 @@
 #mesondefine CACHE_ROOT
 
 
-// how verbose the http requests are: 0–none, 1–headers only, 2–headers and beginning of text 3+–dump all
+// how verbose the http requests are:
+//  0  – none
+//  1  – headers only
+//  2  – headers and beginning of response text
+//  3+ – dump all
 #define LOGGING_REQUESTS 0
 
 #define APP_NAME "ch.gnugen.Moody"