From: Evan Prodromou Date: Mon, 19 Mar 2012 04:55:51 +0000 (-0400) Subject: better error output in testuser.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4cc7dbe64bcb021c2cf082039e826eef617b0af;p=quix0rs-gnu-social.git better error output in testuser.php --- diff --git a/scripts/testuser.php b/scripts/testuser.php index f28a929c46..357e04a7c2 100644 --- a/scripts/testuser.php +++ b/scripts/testuser.php @@ -80,7 +80,7 @@ function testUser($filter, $user) { Spam_score::save($notice, $result); printfv("%s\n", ($result->isSpam) ? "SPAM" : "HAM"); } catch (Exception $e) { - printfnq("ERROR testing notice %d\n: %s", $notice->id, $e->getMessage()); + printfnq("ERROR testing notice %d: %s\n", $notice->id, $e->getMessage()); } } $offset += $notice->N;