From: Timo Sirainen Date: Sat, 4 Apr 2020 22:03:21 +0000 (+0300) Subject: push-notification: Rename event category from push_notification to push-notification X-Git-Tag: 2.3.11.2~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bffd785f7343036994c3639940b0c2c49c273936;p=thirdparty%2Fdovecot%2Fcore.git push-notification: Rename event category from push_notification to push-notification All other categories are using "-" instead of "_". --- diff --git a/src/plugins/push-notification/push-notification-plugin.c b/src/plugins/push-notification/push-notification-plugin.c index 2cea08cdd0..40ec57f6e0 100644 --- a/src/plugins/push-notification/push-notification-plugin.c +++ b/src/plugins/push-notification/push-notification-plugin.c @@ -28,7 +28,7 @@ static MODULE_CONTEXT_DEFINE_INIT(push_notification_user_module, static struct ioloop *main_ioloop; struct event_category event_category_push_notification = { - .name = "push_notification", + .name = "push-notification", }; struct event_category *push_notification_get_event_category(void)