warnings for perlio + others
[p5sagit/p5-mst-13.2.git] / mg.c
diff --git a/mg.c b/mg.c
index 62a1638..3e8e13d 100644 (file)
--- a/mg.c
+++ b/mg.c
@@ -2348,7 +2348,7 @@ Perl_sighandler(int sig)
        flags |= 16;
 
     if (!PL_psig_ptr[sig]) {
-               Perl_warn(aTHX_ "Signal SIG%s received, but no signal handler set.\n",
+               PerlIO_printf(Perl_error_log, "Signal SIG%s received, but no signal handler set.\n",
                                 PL_sig_name[sig]);
                exit(sig);
        }