X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fisolate.pl;h=ecf033173ca322a563813582cf3df9140a5c1552;hb=428e91daacae4fddcabc7e6279c1fbd40edbbe91;hp=c575fa13102ce8254efafc1779c28fcea013256a;hpb=a453254d687774f352822492d500330a09fd7ebe;p=spider.git diff --git a/cmd/unset/isolate.pl b/cmd/unset/isolate.pl index c575fa13..ecf03317 100644 --- a/cmd/unset/isolate.pl +++ b/cmd/unset/isolate.pl @@ -28,6 +28,7 @@ foreach $call (@args) { $user->isolate(0); $user->close(); push @out, $self->msg('isou', $call); + Log('DXCommand', $self->msg('isou', $call)); } } return (1, @out);