Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in debug message, causing notice
  • Loading branch information
thepurpleblob committed Mar 26, 2008
1 parent 44e02d7 commit 1a7601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/mnet/auth.php
Expand Up @@ -1124,7 +1124,7 @@ function kill_children($username, $useragent) {
$mnet_request->add_param($username);
$mnet_request->add_param($useragent);
if ($mnet_request->send($mnet_peer) === false) {
debugging("Server side error has occured on host $mnethostid: " .
debugging("Server side error has occured on host $mnetsession->mnethostid: " .
join("\n", $mnet_request->error));
}
}
Expand Down

0 comments on commit 1a7601c

Please sign in to comment.