commit | 086311b1465f5226fb9b9e0996c52a5a8a3127c1 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 08 09:53:11 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 08 09:53:11 2016 +0100 |
tree | 639e9efefd5e53207110433a72e0baef8b8952f0 | |
parent | 45f89218ec2ffa0b3aa64ed100345a6904827e20 [diff] [blame] |
server FEATURE ssh session creation functions Cannot process any messages yet.
diff --git a/src/log_p.h b/src/log_p.h index f62bdc5..c6f29f2 100644 --- a/src/log_p.h +++ b/src/log_p.h
@@ -52,5 +52,6 @@ #define DBG(format,args...) if(verbose_level>=NC_VERB_DEBUG){prv_printf(NC_VERB_DEBUG,format,##args);} #define ERRMEM ERR("Memory reallocation failed (%s:%d).", __FILE__, __LINE__) +#define ERRARG ERR("%s: invalid arguments.", __func__) #endif /* NC_LOG_PRIVATE_H_ */