diff options
author | root <root@lamia.panaceas.james.local> | 2017-08-30 09:49:02 +0100 |
---|---|---|
committer | root <root@lamia.panaceas.james.local> | 2017-08-30 09:49:02 +0100 |
commit | 877879632de4488bdd53b71b8681bce8f17272a5 (patch) | |
tree | 9f545a1c9c7a969ec4407d82a9682101d18c5908 | |
parent | 1fe8a1ba8c33697af9511b8c4b38e0cd2c99e120 (diff) | |
download | inf-877879632de4488bdd53b71b8681bce8f17272a5.tar.gz inf-877879632de4488bdd53b71b8681bce8f17272a5.tar.bz2 inf-877879632de4488bdd53b71b8681bce8f17272a5.zip |
actually logout of ilo2
-rw-r--r-- | INF/ILO2.pm | 2 |
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; } |