Fix a debug message
[tprouty/samba.git] / source3 / smbd / service.c
index 1ad48451ff5daeb43ca2e9f87edfcff4bf850fe6..0b851f1e481b71a3b743474ae65fedcd8c561d05 100644 (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)));