change logging
authorminima <minima>
Wed, 3 Jul 2002 13:44:04 +0000 (13:44 +0000)
committerminima <minima>
Wed, 3 Jul 2002 13:44:04 +0000 (13:44 +0000)
cmd/demonstrate.pl

index 04d50421ef22ba941ba80ed76aa7f21ce65bd529..179aecf7d38b7ba8d4b1c7dc2d724c5a86ac6dde 100644 (file)
@@ -19,11 +19,11 @@ my $dxchan = DXChannel->get($call);
 
 return (1, $self->msg('e7', $call)) unless $dxchan;
 if ($self->remotecmd) {
-       Log('DXCommand', "$mycall is trying to 'input' $call remotely");
+       Log('DXCommand', "$mycall is trying to 'demo' to $call remotely");
        return (1, $self->msg('e5'));
 }
 if ($mypriv < 8) {
-       Log('DXCommand', "$mycall is trying to 'input' $call locally");
+       Log('DXCommand', "$mycall is trying to 'demo' to $call locally");
        return (1, $self->msg('e5'));
 }
 
@@ -34,7 +34,7 @@ my $user = $dxchan->user;
 $self->call($call);
 $self->user($user);
 $self->priv($dxchan->priv);
-Log('DXCommand', "input '$newline' as $call by $mycall");
+Log('DXCommand', "demo '$newline' to $call by $mycall");
 my @in = $self->run_cmd($newline);
 $self->call($mycall);
 $self->user($myuser);