Line 55 in mm_ftp_storage.inc is:

watchdog(MM_FTP_WATCHDOG_TYPE, $message, WATCHDOG_ERROR);

I think it needs to be:

watchdog(MM_FTP_WATCHDOG_TYPE, $message, NULL, WATCHDOG_ERROR);

Comments

bwinett’s picture

Is anyone maintaining this module?

arthurf’s picture

Version: 6.x-1.0-beta9 » 6.x-1.x-dev
Status: Active » Needs review

Fixed in dev branch