- rename log functions to stop conflicts under win32 (wingdi)
[fw/openocd] / src / helper / configuration.c
index d72556060bb738935299539481d6b2b67b27276f..fb5b797e4159787286217771b1910d1443162053 100644 (file)
@@ -84,7 +84,7 @@ FILE *open_file_from_path (char *file, char *mode)
        }
 
        if (fp)
-                       DEBUG("opened %s", full_path);
+                       LOG_DEBUG("opened %s", full_path);
 
        return fp;
        }