From 0ff070609e2069ecd89023fc6a6ffd5bfd5414d5 Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 27 Jul 2000 12:18:16 +0000 Subject: [PATCH] tidy up shutdown and issue error message if priv not high enough --- cmd/shutdown.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/shutdown.pl b/cmd/shutdown.pl index 1b3d8bb2..4ee21eba 100644 --- a/cmd/shutdown.pl +++ b/cmd/shutdown.pl @@ -16,4 +16,4 @@ foreach $ref (DXChannel::get_all()) { $main::decease = 250; -return (1, $self->msg('shutting')); +return (1); -- 2.34.1