summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2017-08-30 09:49:02 +0100
committerroot <root@lamia.panaceas.james.local>2017-08-30 09:49:02 +0100
commit877879632de4488bdd53b71b8681bce8f17272a5 (patch)
tree9f545a1c9c7a969ec4407d82a9682101d18c5908
parent1fe8a1ba8c33697af9511b8c4b38e0cd2c99e120 (diff)
downloadinf-877879632de4488bdd53b71b8681bce8f17272a5.tar.gz
inf-877879632de4488bdd53b71b8681bce8f17272a5.tar.bz2
inf-877879632de4488bdd53b71b8681bce8f17272a5.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 9e3f369..6a5265e 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\n";
$self->{stoken} = undef;
}