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);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 0001-issue-1933540-bad-call-to-watchdog.patch | 589 bytes | sylvainm |
Comments
Comment #1
gregglesPatch? :)
Comment #2
sylvainm commentedHere is a patch
Comment #3
gregglesThanks, SylvainM - http://drupalcode.org/project/stage_file_proxy.git/commit/5ad2561