]> git.proxmox.com Git - pmg-api.git/commitdiff
use full name for PMG::Utils::msgquote
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 21 Feb 2017 10:08:07 +0000 (11:08 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 21 Feb 2017 10:08:07 +0000 (11:08 +0100)
bin/pmg-smtp-filter

index 25fda9f5770a711b59b5d714f782da6612191c9d..5a69c0471996139afec02a4402725de485cfd229 100755 (executable)
@@ -513,7 +513,7 @@ sub run_dequeue {
     my $err = $@;
 
     if ($err) {
-       $self->log (0, msgquote("ERROR: $err"));
+       $self->log (0, PMG::Utils::msgquote("ERROR: $err"));
        return;
     }
 
@@ -526,7 +526,7 @@ sub run_dequeue {
     my $ptime = int (($csec_end-$csec)*1000 + ($usec_end - $usec)/1000);
 
     if ($err) {
-       $self->log (0, msgquote($err));
+       $self->log (0, PMG::Utils::msgquote($err));
     } else {
        $self->log (2, "end database maintainance ($ptime ms)");
     }