In stage_file_proxy_init() the following watchdog call is used:
watchdog(WATCHDOG_ERROR, 'Stage File Proxy encountered an unknown error');

The correct call is:
watchdog('stage_file_proxy', 'Stage File Proxy encountered an unknown error', array(), WATCHDOG_ERROR);

Comments

greggles’s picture

Patch? :)

sylvainm’s picture

Version: 7.x-1.2 » 7.x-1.3
Status: Active » Needs review
StatusFileSize
new589 bytes

Here is a patch

greggles’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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