mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
Fix a debug message
(This used to be commit 8dd94d448bc5ad067024c56c6ef498bc88a396b2)
This commit is contained in:
parent
44e9a2bb9a
commit
3c516937e8
@ -1143,7 +1143,7 @@ connection_struct *make_connection_with_chdir(const char *service_in,
|
||||
*/
|
||||
|
||||
if ( conn && vfs_ChDir(conn,conn->connectpath) != 0 ) {
|
||||
DEBUG(0,("move_driver_to_download_area: Can't change "
|
||||
DEBUG(0,("make_connection_with_chdir: Can't change "
|
||||
"directory to %s for [print$] (%s)\n",
|
||||
conn->connectpath,strerror(errno)));
|
||||
yield_connection(conn, lp_servicename(SNUM(conn)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user