diff --git a/lib/GRNOC/Simp/TSDS/Pusher.pm b/lib/GRNOC/Simp/TSDS/Pusher.pm index f4c4388..f149c1b 100644 --- a/lib/GRNOC/Simp/TSDS/Pusher.pm +++ b/lib/GRNOC/Simp/TSDS/Pusher.pm @@ -155,7 +155,7 @@ sub push { } # Handle abnormal response formats elsif (ref($res) ne 'HASH') { - $error = sprintf("[%s] Error: Abnormal response of type %s from push.cgi", self->worker_name, ref($res)); + $error = sprintf("[%s] Error: Abnormal response of type %s from push.cgi", $self->worker_name, ref($res)); $self->logger->error($error); return {'error' => 1, 'error_text' => $error}; }