]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Error message fix for currently unused mailbox list index code.
authorTimo Sirainen <tss@iki.fi>
Tue, 24 Feb 2009 22:16:38 +0000 (17:16 -0500)
committerTimo Sirainen <tss@iki.fi>
Tue, 24 Feb 2009 22:16:38 +0000 (17:16 -0500)
--HG--
branch : HEAD

src/lib-index/mailbox-list-index.c

index 97e85bcf11f5a577ebbc26f3ef3dedc027e9865b..9eb899b9ab25edb0773f85151fa9c2c05a725bab 100644 (file)
@@ -52,7 +52,7 @@ static const struct dotlock_settings default_dotlock_set = {
 int mailbox_list_index_set_syscall_error(struct mailbox_list_index *index,
                                         const char *function)
 {
-       i_error("%s failed with file %s: %m", index->filepath, function);
+       i_error("%s failed with file %s: %m", function, index->filepath);
        return -1;
 }