debug: correct DEBUG_LIMIT print ordering

This commit is contained in:
Danny Robson 2016-12-21 20:22:20 +11:00
parent 185942593e
commit fde9b281be

View File

@ -179,8 +179,8 @@
"__l: %s is %!\n" \
"__h: %s is %!\n" \
"__v: %s is %!\n", \
#H, __h, \
#L, __l, \
#H, __h, \
#V, __v); \
}; \
); \