diff options
-rw-r--r-- | source4/torture/rpc/spoolss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 6530a85495..453c79724e 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -3334,8 +3334,8 @@ static bool test_DoPrintTest_check_jobs(struct torture_context *tctx, if (strequal(ginfo.info1.document_name, document_name)) { torture_warning(tctx, - talloc_asprintf(tctx, "document_name did *NOT* change from '%s' to '%s'\n", - document_name, new_document_name)); + "document_name did *NOT* change from '%s' to '%s'\n", + document_name, new_document_name); } } |