s3-printing: add debug to get_correct_cversion().
authorGünther Deschner <gd@samba.org>
Tue, 31 Aug 2010 14:58:54 +0000 (16:58 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 31 Aug 2010 21:17:40 +0000 (23:17 +0200)
Guenther

source3/printing/nt_printing.c

index 0b23a9729e1b3a183aaeff8a8f239d2846c9a810..97899fd505c98a8ff6009873c50fc836ef97ba14 100644 (file)
@@ -642,6 +642,7 @@ static uint32 get_correct_cversion(struct pipes_struct *p,
 
        nt_status = vfs_file_exist(conn, smb_fname);
        if (!NT_STATUS_IS_OK(nt_status)) {
+               DEBUG(3,("get_correct_cversion: vfs_file_exist failed\n"));
                *perr = WERR_BADFILE;
                goto error_exit;
        }