Andrew, I think you wanted to print this instead.
Guenther
"unexpected number of results returned in dispinfo call");
#endif
if (which_ops == TORTURE_SAMR_MANY_ACCOUNTS && num_enum != num_anounced + num_created) {
- torture_comment(tctx,
- "unexpected number of results (%u) returned in enum call, expected %u",
- num_enum != num_anounced + num_created);
+ torture_comment(tctx,
+ "unexpected number of results (%u) returned in enum call, expected %u\n",
+ num_enum, num_anounced + num_created);
}
return ret;
}