From 9d387bbe90c10a09d2395d6b87fefa59cb51094f Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 8 Nov 2013 22:14:39 +0000 Subject: [PATCH] Improved waveform management command logging --- spa/management/commands/waveforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/management/commands/waveforms.py b/spa/management/commands/waveforms.py index 38106ee..dd6aefb 100755 --- a/spa/management/commands/waveforms.py +++ b/spa/management/commands/waveforms.py @@ -17,7 +17,7 @@ class Command(NoArgsCommand): if not os.path.isfile(processed_file): cached_file = mix.get_cache_path() if not os.path.isfile(cached_file): - print "File not found tried\n\t%s\n\t%s" % (processed_file, cached_file) + print "File for %s not found tried\n\t%s\n\t%s" % (mix.title, processed_file, cached_file) return print "File found, starting waveform task (%s)" % mix.uid