Fix typo in logging error handler

reverse-scroll
nirenjan 2021-11-22 10:06:23 -08:00
parent cf89e3d610
commit 385f1ca574
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}