Skip to content

Commit

Permalink
tagboxLog()
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Mar 21, 2007
1 parent bd31f61 commit 18f6bdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/runtask
Expand Up @@ -71,6 +71,10 @@ sub slashdLog {
doLog('slashd', \@_, 1, 'runtask');
}

sub tagboxLog {
doLog('tagbox', \@_, 1, 'runtask');
}

# A command to log an error to a DB table. This is only for messages
# that are important enough that the admins should see them (maybe in
# the admin.pl backend, but definitely in email at the end of the day).
Expand Down

0 comments on commit 18f6bdd

Please sign in to comment.