Debug: fix showing option name for list (vs. list content)
[exim.git] / src / src / macros.h
index 3341f5f412c52b332e5aacb527dc3e4d3963c7c9..2938b2523536dea369da92d749eaa029de9b4189 100644 (file)
@@ -1195,7 +1195,8 @@ When doing en extended loop of matching, release store periodically. */
 
 #define        REGEX_LOOPCOUNT_STORE_RESET     1000
 
-/* Debug an option access. Use for non-list ones about to be expanded. */
+/* Debug an option access. Use for non-list ones about to be expanded
+(lists have their own debugging, under D_list). */
 #define GET_OPTION(name) \
   DEBUG(D_expand) debug_printf("try option " name "\n");