Author: sevein
Date: Thu Dec 15 16:06:54 2011
New Revision: 10411

Log:
Print package location when deposited by reference

Modified:
   trunk/plugins/qtSwordPlugin/lib/qtSwordPluginWorker.class.php

Modified: trunk/plugins/qtSwordPlugin/lib/qtSwordPluginWorker.class.php
==============================================================================
--- trunk/plugins/qtSwordPlugin/lib/qtSwordPluginWorker.class.php       Thu Dec 
15 15:28:43 2011        (r10410)
+++ trunk/plugins/qtSwordPlugin/lib/qtSwordPluginWorker.class.php       Thu Dec 
15 16:06:54 2011        (r10411)
@@ -74,7 +74,9 @@
 
       if (isset($package['location']))
       {
-        echo sprintf("[%s] A package was deposited by reference. 
Processing...\n", $pid);
+        echo sprintf("[%s] A package was deposited by reference.\n", $pid);
+        echo sprintf("[%s] Location: %s\n", $pid, $package['location']);
+        echo sprintf("[%s] Processing...\n", $pid);
       }
       else if (isset($package['filename']))
       {

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to