X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FQscaleProxy.pm;h=f62690247e4fe4f9189860dc3a436924ef53e33a;hp=69d7c76d8f6a4e8daf24bc862f6460cfa05f30aa;hb=45ee05e19e1039e74e2b7ca4955b007d2cd3ed69;hpb=2efaf5d9fe391ca2db12a679a830b051c1dca3b0 diff --git a/perl/Sesse/pr0n/QscaleProxy.pm b/perl/Sesse/pr0n/QscaleProxy.pm index 69d7c76..f626902 100644 --- a/perl/Sesse/pr0n/QscaleProxy.pm +++ b/perl/Sesse/pr0n/QscaleProxy.pm @@ -16,7 +16,7 @@ BEGIN { $has_qscale = 1; }; if ($@) { - Apache2::ServerUtil->server->log_error("Could not load the qscale module ($@); continuing with ImageMagick only."); + print STDERR "Could not load the qscale module ($@); continuing with ImageMagick only.\n"; } }