aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-07-23 07:08:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-23 07:08:37 +0800
commit9df96068c2509185c9ddcc3115828a673cda949e (patch)
tree4fd26f3ee30727f65f9b329c591be153092678bd /camel
parent98998998f47f507761eec06a437e78068a5e75e3 (diff)
downloadgsoc2013-evolution-9df96068c2509185c9ddcc3115828a673cda949e.tar
gsoc2013-evolution-9df96068c2509185c9ddcc3115828a673cda949e.tar.gz
gsoc2013-evolution-9df96068c2509185c9ddcc3115828a673cda949e.tar.bz2
gsoc2013-evolution-9df96068c2509185c9ddcc3115828a673cda949e.tar.lz
gsoc2013-evolution-9df96068c2509185c9ddcc3115828a673cda949e.tar.xz
gsoc2013-evolution-9df96068c2509185c9ddcc3115828a673cda949e.tar.zst
gsoc2013-evolution-9df96068c2509185c9ddcc3115828a673cda949e.zip
s/Out/Our in a debug printf
svn path=/trunk/; revision=17535
Diffstat (limited to 'camel')
-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);