From 1fe8a1ba8c33697af9511b8c4b38e0cd2c99e120 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Aug 2017 09:48:14 +0100 Subject: actually logout of ilo2 --- INF/ILO2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3