X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=ad8d24795d434387d4e876a979f3c28701d5be30;hb=e8641695c634109ebf5f1149923971770da1d28a;hp=e161a6ea2b00b66d1b36143ea9c711f946a18c2b;hpb=9ce207a52affec0270678808ce760450905c3f7d;p=openocd diff --git a/src/helper/log.h b/src/helper/log.h index e161a6ea..ad8d2479 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -138,5 +138,5 @@ extern int debug_level; * make no assumptions about what went wrong and try to handle the problem. */ #define ERROR_FAIL (-4) - +#define ERROR_OK_EXIT (-5) #endif /* LOG_H */