summaryrefslogtreecommitdiff
path: root/src/helper/configuration.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-06-04 11:09:41 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-06-04 11:09:41 +0000
commit9f8d50bf81f3628b3ff3b57438eeb26faa535221 (patch)
tree6d8ffa293b82e7ba100864ab37eb6d7fdd309b26 /src/helper/configuration.c
parent04eecaac4aa6e8c39bf19bc46de5049f97c1bad5 (diff)
downloadopenocd+libswd-9f8d50bf81f3628b3ff3b57438eeb26faa535221.tar.gz
openocd+libswd-9f8d50bf81f3628b3ff3b57438eeb26faa535221.tar.bz2
openocd+libswd-9f8d50bf81f3628b3ff3b57438eeb26faa535221.tar.xz
openocd+libswd-9f8d50bf81f3628b3ff3b57438eeb26faa535221.zip
Pavel Chromy: fix logging syntax error + formatting & removing obsolete comments.
git-svn-id: svn://svn.berlios.de/openocd/trunk@702 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/configuration.c')
-rw-r--r--src/helper/configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/configuration.c b/src/helper/configuration.c
index fb5b797e..2d84d9e6 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)
- LOG_DEBUG("opened %s", full_path);
+ LOG_DEBUG("opened %s", full_path);
return fp;
}