• antirez's avatar
    Fix logStackTrace() when logging to stdout. · 338cd483
    antirez authored
    When the semantics changed from logfile = NULL to logfile = "" to log
    into standard output, no proper change was made to logStackTrace() to
    make it able to work with the new setup.
    
    This commit fixes the issue.
    338cd483
debug.c 33.3 KB