s4-smbtorture: minor typo in SetJob test in RPC-SPOOLSS.
authorGünther Deschner <gd@samba.org>
Wed, 7 Apr 2010 21:40:17 +0000 (23:40 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 7 Apr 2010 21:53:19 +0000 (23:53 +0200)
Guenther

source4/torture/rpc/spoolss.c

index b86a9cea44345e72997d37aef97d7e7e19889895..d46780be2722e520b9dba79ffd04824f3ec027e1 100644 (file)
@@ -2842,7 +2842,7 @@ static bool test_SetJob(struct torture_context *tctx,
 
        switch (command) {
        case SPOOLSS_JOB_CONTROL_PAUSE:
-               torture_comment(tctx, "Testing SetJob(%d) SPOOLSS_JOB_CONTROL_PAUSE\n", job_id);
+               torture_comment(tctx, "Testing SetJob(%d), SPOOLSS_JOB_CONTROL_PAUSE\n", job_id);
                break;
        case SPOOLSS_JOB_CONTROL_RESUME:
                torture_comment(tctx, "Testing SetJob(%d), SPOOLSS_JOB_CONTROL_RESUME\n", job_id);