Closed (fixed)
Project:
Web Links
Version:
6.x-2.x-dev
Component:
Contrib: Checker
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 19:47 UTC
Updated:
29 Aug 2009 at 01:48 UTC
Hi Nancy,
There are two watchdog calls in weblinks_checker.module which I modified and/or replaced as part of #472970: Enhancements to weblinks_checker but the originals got left in by mistake so they need to be deleted.
The first is immediately after the line setting $extra = $response->error, and is now covered by the two calls within the following conditional blocks which take into account the new messaging detail options.
The second is just after the $status == '301' testing, where the new call adds more detail.
I have attached a patch to delete these two lines, rolled against Dev of 28th Aug.
Jonathan
| Comment | File | Size | Author |
|---|---|---|---|
| _weblinks_checker.module.remove_two_watchdogs.patch.txt | 1.21 KB | jonathan1055 |
Comments
Comment #1
nancydruThanks. Committed.
Comment #2
nancydru