From bef39dc4e0bbdb334fef71f973bcb7781dce65df Mon Sep 17 00:00:00 2001 From: 9 Date: Wed, 19 Sep 2001 08:28:36 +0000 Subject: General cleanup of camel debug printfs. 2001-09-19 * General cleanup of camel debug printfs. * camel-lock.c (camel_lock_fcntl): Changed to return 'success' if the error indicates file locking isn't supported on this filesystem. Still return a warning just incase (if its the first time). Might fix a lot of reported bugs. * providers/local/camel-spool-store.c (get_folder_info): Dont include the empty // host part in the uri. This 'breaks' the service lookup. svn path=/trunk/; revision=12973 --- camel/providers/local/camel-local-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/local/camel-local-store.c') diff --git a/camel/providers/local/camel-local-store.c b/camel/providers/local/camel-local-store.c index 43437b551a..20f90ce315 100644 --- a/camel/providers/local/camel-local-store.c +++ b/camel/providers/local/camel-local-store.c @@ -191,7 +191,7 @@ get_folder_info (CamelStore *store, const char *top, * there before. */ - printf("-- LOCAL STRE -- get folder info: %s\n", top); + d(printf("-- LOCAL STRE -- get folder info: %s\n", top)); return NULL; } -- cgit