Changeset 6b499c56d49740dddfd460fe77465eba5393209f for src
- Timestamp:
- 08/12/11 02:02:50 (2 years ago)
- git-parent:
- Files:
-
- src/modules-lua/noit/module/jezebel.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/modules-lua/noit/module/jezebel.lua
rb553f9a r6b499c5 161 161 local doc = noit.parsexml(output) 162 162 if doc == nil then 163 noit.log(" error", "bad xml: %s\n", output)163 noit.log("debug", "bad xml: %s\n", output) 164 164 check.status("bad xml from jezebel") 165 165 return
