--- nfo/perl/libs/Data/Transfer/Sync/Core.pm 2003/05/13 08:17:52 1.9 +++ nfo/perl/libs/Data/Transfer/Sync/Core.pm 2003/06/25 23:03:57 1.10 @@ -1,6 +1,6 @@ ## ------------------------------------------------------------------------- ## -## $Id: Core.pm,v 1.9 2003/05/13 08:17:52 joko Exp $ +## $Id: Core.pm,v 1.10 2003/06/25 23:03:57 joko Exp $ ## ## Copyright (c) 2002 Andreas Motl ## @@ -8,6 +8,9 @@ ## ## ------------------------------------------------------------------------- ## $Log: Core.pm,v $ +## Revision 1.10 2003/06/25 23:03:57 joko +## no debugging +## ## Revision 1.9 2003/05/13 08:17:52 joko ## buildAttributeMap now propagates error ## @@ -182,6 +185,8 @@ # get reference to node list from convenient method provided by CORE-HANDLE $results ||= $self->_getNodeList('source'); + #print Dumper($results); + # checkpoint: do we actually have a list to iterate through? if (!$results || !@{$results}) { $logger->notice( __PACKAGE__ . "->_run: No nodes to synchronize." );