svn commit: samba r7464 - in branches/SAMBA_4_0/source/torture/rpc: .

metze at samba.org metze at samba.org
Fri Jun 10 15:37:08 GMT 2005


Author: metze
Date: 2005-06-10 15:37:07 +0000 (Fri, 10 Jun 2005)
New Revision: 7464

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7464

Log:
add newline to printf

metze
Modified:
   branches/SAMBA_4_0/source/torture/rpc/spoolss.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/spoolss.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/spoolss.c	2005-06-10 15:32:16 UTC (rev 7463)
+++ branches/SAMBA_4_0/source/torture/rpc/spoolss.c	2005-06-10 15:37:07 UTC (rev 7464)
@@ -778,7 +778,7 @@
 		status = dcerpc_spoolss_GetForm(p, mem_ctx, &r);
 
 		if (!r.out.info) {
-			printf("No form info returned");
+			printf("No form info returned\n");
 			return False;
 		}
 	}
@@ -820,7 +820,7 @@
 		status = dcerpc_spoolss_EnumForms(p, mem_ctx, &r);
 
 		if (!r.out.info) {
-			printf("No forms returned");
+			printf("No forms returned\n");
 			return False;
 		}
 
@@ -979,7 +979,7 @@
 		}
 
 		if (!r.out.info) {
-			printf("No ports returned");
+			printf("No ports returned\n");
 			return False;
 		}
 	}
@@ -1052,7 +1052,7 @@
 		status = dcerpc_spoolss_GetJob(p, mem_ctx, &r);
 
 		if (!r.out.info) {
-			printf("No job info returned");
+			printf("No job info returned\n");
 			return False;
 		}
 	}
@@ -1122,7 +1122,7 @@
 		status = dcerpc_spoolss_EnumJobs(p, mem_ctx, &r);
 
 		if (!r.out.info) {
-			printf("No jobs returned");
+			printf("No jobs returned\n");
 			return True;
 		}
 
@@ -1862,7 +1862,7 @@
 		}
 
 		if (!r.out.info) {
-			printf("No printers returned");
+			printf("No printers returned\n");
 			continue;
 		}
 
@@ -1988,7 +1988,7 @@
 		}
 
 		if (!r.out.info) {
-			printf("No printer drivers returned");
+			printf("No printer drivers returned\n");
 			break;
 		}
 	}



More information about the samba-cvs mailing list