use err facility when logging errors to syslog
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 9 Apr 2007 23:09:43 +0000 (23:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 9 Apr 2007 23:09:43 +0000 (23:09 +0000)
IkiWiki.pm
debian/changelog

index 52ae60d403dd2aecbe278e439f6165802880f8c9..b56c628014944f6b06783621d668c7e394964bda 100644 (file)
@@ -152,7 +152,7 @@ sub error ($;$) { #{{{
                print misctemplate(gettext("Error"),
                        "<p>".gettext("Error").": $message</p>");
        }
-       log_message(debug => $message) if $config{syslog};
+       log_message('err' => $message) if $config{syslog};
        if (defined $cleaner) {
                $cleaner->();
        }
@@ -177,7 +177,7 @@ sub log_message ($$) { #{{{
                }
                eval {
                        Sys::Syslog::syslog($type, "%s", join(" ", @_));
-               }
+               };
        }
        elsif (! $config{cgi}) {
                print "@_\n";
index 3feb86df367f7b1cfeb38c292f47cbe03564f66e..c6697398448f8ced41432e8bb953de87f3193703 100644 (file)
@@ -6,7 +6,7 @@ ikiwiki (1.50) UNRELEASED; urgency=low
   * Enhance helponformatting and related documentation to supply more
     information about available preprocessor directives.
 
- -- Joey Hess <joeyh@debian.org>  Mon,  9 Apr 2007 14:46:37 -0700
+ -- Joey Hess <joeyh@debian.org>  Mon, 09 Apr 2007 19:01:56 -0400
 
 ikiwiki (1.49) unstable; urgency=low
 
@@ -25,7 +25,7 @@ ikiwiki (1.49) unstable; urgency=low
   * Hide excess backlinks and expand using CSS trick; control quantiy via
     the numbacklinks setting.
   * Finally apply the index.html patch, with thanks to everyone who worked
-    on and supported creating it (especially Tumov). This adds a "usedirs"
+    on and supported creating it (especially Tuomov). This adds a "usedirs"
     option that makes ikiwiki use foo/index.html instead of foo.html as
     output page names. It is not yet enabled by default.
   * Fix a bug in the img plugin that caused thumbnailed files to not be