Right at the bottom of the file, it should read more like this;

watchdog('flickr', 'Flickr error @error_id: %flickr_error', array('@error_id' => $messageOrResponse['code'], '%flickr_error'=> $messageOrResponse['message']), WATCHDOG_WARNING);

As the parameters of watchdog have changed for Drupal 6.x; http://drupal.org/node/114774#watchdog_parameters

I haven't tested that code change, but I can't see any reason why it wouldn't work?

Pobster

Comments

Anonymous’s picture

Assigned: Unassigned »

Watchdog has recently been re-factored .

Please reopen if you have any further concerns.

Best, Paul

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

Fixed, ill get that committed.

Anonymous’s picture

Status: Reviewed & tested by the community » Closed (fixed)