]> git.donarmstrong.com Git - dak.git/commitdiff
Merge branch 'master' of git+ssh://git.donarmstrong.com/srv/git/dak into debian-r
authorDon Armstrong <don@donarmstrong.com>
Sun, 19 Feb 2012 02:34:28 +0000 (18:34 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 19 Feb 2012 02:34:28 +0000 (18:34 -0800)
daklib/queue.py

index 9d1e386653930709661aef190d85885a726b6804..9ff7add8c53c5abf8d191647c2fde3e13f490b44 100755 (executable)
@@ -1029,7 +1029,7 @@ class Upload(object):
             for f in file_keys:
                 ret = holding.copy_to_holding(f)
                 if ret is not None:
-                    self.warnings.append('Could not copy %s to holding; will attempt to find in DB later' % f)
+                    self.warnings.append('Could not copy %s to holding; will attempt to find in DB later: %s' % (f,ret) )
 
             os.chdir(cwd)