Debug: improved debug level 2 with socket-description, also for notification

This commit is contained in:
Olof hagsand 2023-11-01 13:02:32 +01:00
parent 71431dcd82
commit e9c5287c36
10 changed files with 102 additions and 53 deletions

View file

@ -812,7 +812,7 @@ send_msg_reply(int s,
static int
send_msg_notify(int s,
const char *descr,
char *event)
char *event)
{
int retval = -1;
struct clicon_msg *msg = NULL;