Index: filefield_field.inc =================================================================== --- filefield_field.inc (revision 796) +++ filefield_field.inc (working copy) @@ -266,7 +266,7 @@ // Verify the file exists on the server. if (!empty($item['filepath']) && !file_exists($item['filepath'])) { - watchdog('filefield', 'FileField was trying to display the file %file, but it does not exist.', array('%file' => $item['filepath'])); + watchdog('filefield', 'FileField was trying to display the file %file, but it does not exist.', array('%file' => $item['filepath']), WATCHDOG_WARNING); } } }