mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Remove debug output from ts3v2
This commit is contained in:
parent
d41d39916b
commit
3be8fd69cc
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ if ($password ne "") {
|
||||||
my $response = $telnet->getline(Timeout=>1);
|
my $response = $telnet->getline(Timeout=>1);
|
||||||
if ($response !~ "error id=0 msg=ok") {
|
if ($response !~ "error id=0 msg=ok") {
|
||||||
$telnet->close;
|
$telnet->close;
|
||||||
print("Test: ".($response eq "error id=0 msg=ok"));
|
|
||||||
die "ServerQuery login failed: ".$response;
|
die "ServerQuery login failed: ".$response;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue