1
0
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:
Volker Lendecke 2008-06-26 13:32:11 +02:00
parent 44e9a2bb9a
commit 3c516937e8

View File

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