Skip to content
Snippets Groups Projects
Commit 9b408e47 authored by Luca Scarabello's avatar Luca Scarabello
Browse files

minor change on a log message

parent 2b8e8322
No related branches found
No related tags found
No related merge requests found
......@@ -282,9 +282,9 @@ class TemplateMatching(object):
if self.failed_templates:
ftemplate = self.failed_templates[0]
start, shift, mag = self.template_mngr.get_template(ftemplate)
self.logger.error("Couldn't load template for time '%s'. To continue either delete/comment"
"the event from catalog to exclude it or fix the waveform archive so that"
"the template can be loaded." % (start))
self.logger.error("Error: couldn't load template for time '%s'. To continue either "
"delete/comment the event from catalog to exclude it or fix the "
"waveform archive so that the template can be loaded." % (start))
break
# We have finished, save last time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment