aboutsummaryrefslogtreecommitdiff
path: root/src/Debug.hh
AgeCommit message (Collapse)AuthorFilesLines
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen1-0/+13
This will reduce the number of #ifdef DEBUG for simple debug messages. include "Debug.hh" and use fbdbg instead of cerr for debug.