1999-06-25 Miguel de Icaza <miguel@nuclecu.unam.mx>

* smbfs.c 	(get_remote_stat): Change debug level.
This commit is contained in:
Miguel de Icaza 1999-06-25 22:24:50 +00:00
parent f913bef583
commit 560b322111
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
1999-06-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <wroberts1@cx983858-b.orng1.occa.home.com>

View File

@ -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);