The call to watchdog on line 802 is malformed:

watchdog('FFmpeg', $message, WATCHDOG_ERROR);

Syslog module is expecting an array instead of WATCHDOG_ERROR and freaks out. Should be:

watchdog('FFmpeg', $message, array(), WATCHDOG_ERROR);

Comments

arthurf’s picture

Status: Active » Fixed

Thanks for the catch, fix is in CVS

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.