From d47e1b8f362379d8a2307f49e2b42115a3f40524 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Tue, 25 Mar 2008 15:45:17 +0000 Subject: - rename log functions to stop conflicts under win32 (wingdi) git-svn-id: svn://svn.berlios.de/openocd/trunk@523 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/configuration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper/configuration.c') diff --git a/src/helper/configuration.c b/src/helper/configuration.c index d7255606..fb5b797e 100644 --- a/src/helper/configuration.c +++ b/src/helper/configuration.c @@ -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; } -- cgit v1.2.3