comments and debug code
git-svn-id: svn://svn.berlios.de/openocd/trunk@1567 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -56,7 +56,10 @@ do { \
|
||||
int __retval = (action); \
|
||||
\
|
||||
if (__retval != ERROR_OK) \
|
||||
{ \
|
||||
LOG_DEBUG("error while calling \"" # action "\""); \
|
||||
return __retval; \
|
||||
} \
|
||||
\
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user