From: Volker Lendecke Date: Thu, 26 Jun 2008 11:32:11 +0000 (+0200) Subject: Fix a debug message X-Git-Tag: samba-3.3.0pre1~742 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dd94d448bc5ad067024c56c6ef498bc88a396b2;p=thirdparty%2Fsamba.git Fix a debug message --- diff --git a/source/smbd/service.c b/source/smbd/service.c index 1ad48451ff5..0b851f1e481 100644 --- a/source/smbd/service.c +++ b/source/smbd/service.c @@ -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)));