mirror of https://github.com/MidnightCommander/mc
1999-06-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* smbfs.c (get_remote_stat): Change debug level.
This commit is contained in:
parent
f913bef583
commit
560b322111
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue