]> git.sesse.net Git - pr0n/blobdiff - perl/Sesse/pr0n/QscaleProxy.pm
Move from mod_perl to being a PSGI app.
[pr0n] / perl / Sesse / pr0n / QscaleProxy.pm
index 69d7c76d8f6a4e8daf24bc862f6460cfa05f30aa..f62690247e4fe4f9189860dc3a436924ef53e33a 100644 (file)
@@ -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";
        }
 }