aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-lock.c')
-rw-r--r--camel/camel-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-lock.c b/camel/camel-lock.c
index f0ccb2405c..106d2f7824 100644
--- a/camel/camel-lock.c
+++ b/camel/camel-lock.c
@@ -119,7 +119,7 @@ camel_lock_dot(const char *path, CamelException *ex)
/* but we check stat instead (again, see link(2)) */
if (stat(locktmp, &st) == -1) {
- d(printf("Out lock file %s vanished!?\n", locktmp));
+ d(printf("Our lock file %s vanished!?\n", locktmp));
/* well that was unexpected, try cleanup/retry */
unlink(locktmp);