diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 27ae0db03..b9bebc46f 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,6 +1,8 @@ 1999-06-25 Miguel de Icaza - * smbfs.c (get_stat_info): 2 line fixes from Wayne to check the + * smbfs.c (get_remote_stat): Change debug level. + + (get_stat_info): 2 line fixes from Wayne to check the cache properly. WOOOOHOOOO! Works like a charm. 1999-06-14 Wayne Roberts diff --git a/vfs/smbfs.c b/vfs/smbfs.c index 35d4fc739..291d170ab 100644 --- a/vfs/smbfs.c +++ b/vfs/smbfs.c @@ -1139,7 +1139,7 @@ get_remote_stat(smbfs_connection *sc, char *path, struct stat *buf) char *mypath = g_new(char, sizeof(path)+1); mypath = g_strdup(path); - DEBUG(1, ("get_remote_stat(): mypath:%s\n", mypath)); + DEBUG(3, ("get_remote_stat(): mypath:%s\n", mypath)); convert_path(&mypath, FALSE);