]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: smtp-server-command - Change log label for invalid/unknown command to ...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 17 Mar 2020 08:41:10 +0000 (09:41 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 27 Mar 2020 14:36:33 +0000 (14:36 +0000)
src/lib-smtp/smtp-server-command.c

index 51f22346b173fe6618ab5e357200f553fcf670cb..1ae190e37352f48a76f1e10d2c64a73b490f2a29 100644 (file)
@@ -131,7 +131,7 @@ smtp_server_command_update_event(struct smtp_server_command *cmd)
 {
        struct event *event = cmd->context.event;
        const char *label = (cmd->context.name == NULL ?
-                            "[INVALID]" :
+                            "[unknown]" :
                             t_str_ucase(cmd->context.name));
 
        if (cmd->reg != NULL)