checkUsernames: send output to stdout, don't include wikiid
authorKunal Mehta <legoktm@gmail.com>
Tue, 21 Apr 2015 06:26:49 +0000 (23:26 -0700)
committerKunal Mehta <legoktm@gmail.com>
Tue, 21 Apr 2015 06:26:49 +0000 (23:26 -0700)
commitc25bb9ac4281e2c8e98b370a197d4949bae78070
treec7ba9a2126a0ab4d9ac9023911e5111833ee7446
parent6a9428babd1cd78b80fc6cca92e495cd444fc7d3
checkUsernames: send output to stdout, don't include wikiid

In this case, we're actively looking for invalid usernames, so they're
not errors that should be sent to stderr, they're the expected output.

And wrappers like foreachwiki already include the wikiid so it's
redundant.

Change-Id: I61ea080647b6c327909fff1ba839177d3bc484d8
maintenance/checkUsernames.php