--- textimage.module.orig	2010-09-26 21:04:26.000000000 -0400
+++ textimage.module	2010-09-26 21:04:48.000000000 -0400
@@ -292,7 +292,7 @@
   $output_function = 'image'. $format;
   if (!function_exists($output_function)) {
     $message = t('Unable to generate Textimage as the file extension is unsupported on this system. Files must have a .png, .jpg, or .gif extension.');
-    watchdog('textimage', $message, WATCHDOG_ERROR);
+    watchdog('textimage', $message, array(), WATCHDOG_ERROR);
     drupal_set_message($message, 'error');
     return FALSE;
   }
@@ -300,7 +300,7 @@
   // Load preset
   if (!is_array($preset) && !$preset = _textimage_preset_load($preset)) {
     $message = t('Unable to generate Textimage as the preset %preset is not defined.', array('%preset' => $preset));
-    watchdog('textimage', $message, WATCHDOG_ERROR);
+    watchdog('textimage', $message, array(), WATCHDOG_ERROR);
     drupal_set_message($message, 'error');
     return FALSE;
   }
