Index: trunk/ippTasks/register.pro
===================================================================
--- trunk/ippTasks/register.pro	(revision 17624)
+++ trunk/ippTasks/register.pro	(revision 17665)
@@ -156,9 +156,12 @@
     ## generate output log based on filerule (convert the URI to a PATH)
     ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled
-    $logfile = `ipp_datapath.pl $logfile`
+#echo before logfile is $logfile
+    $logfile = `ipp_datapath.pl --touch $logfile`
     if ("$logfile" == "") 
       echo "WARNING: logfile not defined in register.pro:160"
       break
     end
+
+#echo after logfile is $logfile
 
     stdout $logfile
@@ -287,9 +290,12 @@
     ## generate output log based on filerule (convert the URI to a PATH)
     ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled
-    $logfile = `ipp_datapath.pl $logfile`
+#echo before logfile is $logfile
+    $logfile = `ipp_datapath.pl --touch $logfile`
     if ("$logfile" == "") 
       echo "WARNING: logfile not defined in register.pro:291"
       break
     end
+
+#echo after logfile is $logfile
 
     stdout $logfile
