mirror of https://github.com/nirenjan/libx52.git
Fix typo in logging error handler
parent
cf89e3d610
commit
385f1ca574
|
@ -378,7 +378,7 @@ static void cmd_logging(char *buffer, int *buflen, int argc, char **argv)
|
|||
};
|
||||
|
||||
if (argc < 2) {
|
||||
ERR("Insufficient arguments for 'config' command");
|
||||
ERR("Insufficient arguments for 'logging' command");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue