diff options
author | Tim Potter <tpot@samba.org> | 2003-09-15 12:22:34 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-15 12:22:34 +0000 |
commit | abdc2695e21285816bbcbf829560023a36b26ee8 (patch) | |
tree | 1a9e7131fc355ac180957048f64264901ac5a044 | |
parent | 8a7cf73eeec25f7bf50ca926a49877279bd12227 (diff) | |
download | samba-abdc2695e21285816bbcbf829560023a36b26ee8.tar.gz samba-abdc2695e21285816bbcbf829560023a36b26ee8.tar.bz2 samba-abdc2695e21285816bbcbf829560023a36b26ee8.zip |
Fixed typo in debug.
(This used to be commit e2b5dd7d9b351984c40876f3c86f2a006e0eec42)
-rw-r--r-- | source3/smbd/statcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/statcache.c b/source3/smbd/statcache.c index 948173687d..76406f208e 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -119,7 +119,7 @@ void stat_cache_add( const char *full_orig_name, const char *orig_translated_pat if (original_path_length != translated_path_length) { if (original_path_length < translated_path_length) { - DEBUG(0, ("OOPS - tried to store stat cache entry for werid length paths [%s] %u and [%s] %u)!\n", + DEBUG(0, ("OOPS - tried to store stat cache entry for weird length paths [%s] %u and [%s] %u)!\n", original_path, original_path_length, translated_path, translated_path_length)); SAFE_FREE(original_path); SAFE_FREE(translated_path); |