Index: trunk/phase3/maintenance/stats.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | $noSession = intval($wgMemc->get(wfMemcKey('stats','request_without_session'))); |
17 | 17 | $total = $session + $noSession; |
18 | 18 | if ( $total == 0 ) { |
19 | | - die("You either have no stats or memcached isn't running. Aborting."); |
| 19 | + die("You either have no stats or memcached isn't running. Aborting.\n"); |
20 | 20 | } |
21 | 21 | print "Requests\n"; |
22 | 22 | printf( "with session: %-10d %6.2f%%\n", $session, $session/$total*100 ); |