Bug 1305 - missleading DEBUG output
Summary: missleading DEBUG output
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.3
Hardware: All other
: P5 trivial
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 12:58 UTC by Mark Pröhl (dead mail address)
Modified: 2005-08-24 10:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pröhl (dead mail address) 2004-04-29 12:58:15 UTC
the function readlink_check contains the DEBUG output: 
 
 DEBUG(3,("reduce_name: file path name %s is a symlink\nChecking it's path\n", 
name)); 
 
should be changed to 
 
 DEBUG(3,("readlink_check: file path name %s is a symlink\nChecking it's 
path\n", name));
Comment 1 Tim Potter 2004-04-29 23:29:26 UTC
Fixed in subversion.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:18:18 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.