Index: trunk/ippScripts/scripts/register_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/register_imfile.pl	(revision 23277)
+++ trunk/ippScripts/scripts/register_imfile.pl	(revision 23294)
@@ -226,5 +226,6 @@
         $command .= " -hostname $host" if defined $host;
         $command .= " -dbname $dbname" if defined $dbname;
-        system ($command);
+        print "Running: $command\n";
+        system($command);
     }
     exit $exit_code;
