]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
push-notification: Rename event category from push_notification to push-notification
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Sat, 4 Apr 2020 22:03:21 +0000 (01:03 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Wed, 15 Apr 2020 08:54:46 +0000 (08:54 +0000)
All other categories are using "-" instead of "_".

src/plugins/push-notification/push-notification-plugin.c

index 2cea08cdd0ba9af4c3d33a410c5b4ffb770e23d1..40ec57f6e07a6bd4c3365ef21ac1c5c53e8e7188 100644 (file)
@@ -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)