summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2017-08-30 09:48:14 +0100
committerroot <root@lamia.panaceas.james.local>2017-08-30 09:48:14 +0100
commit1fe8a1ba8c33697af9511b8c4b38e0cd2c99e120 (patch)
treef33afd15794e40043b1ffe0af30e82e19f5b0aaa
parent9f49028dfddfc822ef31977e6953bcf1c7fe1bf8 (diff)
downloadinf-1fe8a1ba8c33697af9511b8c4b38e0cd2c99e120.tar.gz
inf-1fe8a1ba8c33697af9511b8c4b38e0cd2c99e120.tar.bz2
inf-1fe8a1ba8c33697af9511b8c4b38e0cd2c99e120.zip
actually logout of ilo2
-rw-r--r--INF/ILO2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/INF/ILO2.pm b/INF/ILO2.pm
index c6e3887..9e3f369 100644
--- a/INF/ILO2.pm
+++ b/INF/ILO2.pm
@@ -135,7 +135,7 @@ sub logout($) {
return -1;
}
- print STDERR "Logged out of ILO2"
+ print STDERR "Logged out of ILO2";
$self->{stoken} = undef;
}