- rename log functions to stop conflicts under win32 (wingdi)
[fw/openocd] / src / helper / command.c
index 8d5a77ea297a17b9e1e4e9ca533683be9b196c23..7d24d81d9e875ee4011bac9b251b4d57bcd8a63b 100644 (file)
@@ -372,7 +372,7 @@ int command_run_line(command_context_t *context, char *line)
        if (*line && (line[0] == '#'))
                return ERROR_OK;
        
-       DEBUG("%s", line);
+       LOG_DEBUG("%s", line);
 
        nwords = parse_line(line, words, sizeof(words) / sizeof(words[0]));