X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FUtils.pm;h=8efcd7cbdec336bcf53ee673e47328a9f04ed946;hb=f3c6358ca30cccebb0e9a211416acf288912b4cd;hp=13ef7ae229256f808169cec45b0e89e70fcec13f;hpb=df6953ed87371a60bc2a899799c72270aba74e2e;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm index 13ef7ae..8efcd7c 100644 --- a/lib/ZOOM/IRSpy/Utils.pm +++ b/lib/ZOOM/IRSpy/Utils.pm @@ -1,4 +1,4 @@ -# $Id: Utils.pm,v 1.9 2006-11-09 16:09:35 mike Exp $ +# $Id: Utils.pm,v 1.10 2006-11-13 16:47:57 mike Exp $ package ZOOM::IRSpy::Utils; @@ -138,6 +138,7 @@ sub dom_add_element { if (@nodes == 0) { # Oh dear, the parent node doesn't exist. We could make it, # but for now let's not and say we did. + ### warn "no parent node '$ppath': not adding '$element'='$value'"; return; }