]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: index-attribute: Fix typo
authorSiavash Tavakoli <siavash.tavakoli@open-xchange.com>
Wed, 9 Dec 2020 00:58:17 +0000 (00:58 +0000)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 13 Jan 2021 09:52:36 +0000 (09:52 +0000)
src/lib-storage/index/index-attribute.c

index 15feb5503e564a11d1e4b041afbb4253da53d5ed..3cebdf94e1d5c8c8c6144fb647212c3ac76bfb4d 100644 (file)
@@ -260,7 +260,7 @@ int index_storage_attribute_get(struct mailbox *box,
                          &value_r->value, &error);
        if (ret < 0) {
                mailbox_set_critical(box,
-                       "Failed to set attribute %s: %s", key, error);
+                       "Failed to get attribute %s: %s", key, error);
                return -1;
        }
        return ret;