DEBUG Logger not logging from within block

Dear GNU Radio,

If I have a:
GR_LOG_DEBUG(d_debug_logger, );

in my c++ application, the program will write my string to std out in
the
following format:
DEBUG:
when executed, or if I step through with GDB.

*False alarm. This is not a problem.
I had accidentally installed to a different directory than I was
importing
from.

Tom