]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
typo events_send_msg()
authorAlain Spineux <alain@baculasystems.com>
Fri, 19 Mar 2021 09:53:50 +0000 (10:53 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:00 +0000 (09:03 +0100)
bacula/src/lib/message.h

index c474f423f28a709ae9623353b9842c353040a1e2..c6d13ad72446018a3464eab650d7a184fbfa682b 100644 (file)
@@ -80,7 +80,7 @@ enum {
    /* Keep M_ABORT=1 for dlist.h */
    M_ABORT = 1,                       /* MUST abort immediately */
    M_DEBUG,                           /* debug message */
-   M_EVENTS,                          /* Event messages use event_send_msg() */
+   M_EVENTS,                          /* Event messages use events_send_msg() */
    M_FATAL,                           /* Fatal error, stopping job */
    M_ERROR,                           /* Error, but recoverable */
    M_WARNING,                         /* Warning message */