]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/lib/notify/notify.c
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / lib / notify / notify.c
index 5381d70ee5a3db6d9d4cd8531b1b762ec3f70247..88c5d633ba3f0e8e997edd66a955c63697e672e7 100644 (file)
@@ -70,7 +70,7 @@ spdk_notify_type_register(const char *type)
        pthread_mutex_lock(&g_events_lock);
        TAILQ_FOREACH(it, &g_notify_types, tailq) {
                if (strcmp(type, it->name) == 0) {
-                       SPDK_ERRLOG("Notification type '%s' already registered.\n", type);
+                       SPDK_NOTICELOG("Notification type '%s' already registered.\n", type);
                        goto out;
                }
        }