Skip to content

Commit

Permalink
fix html log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jussimalinen committed Mar 7, 2013
1 parent 2109af4 commit d47261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/RemoteApplications.py
Expand Up @@ -637,7 +637,7 @@ def _application_started(self, alias, timeout='60 seconds', rmi_url=None, output
output_file = output_file or self._apps.get_output_file_name(alias)
app.application_started(alias, timeout, rmi_url, output_file)
if output_file:
print '*html* Applications output in file <a href="%s">%s</a>' % (output_file, output_file)
print '*HTML* Applications output in file <a href="%s">%s</a>' % (output_file, output_file)
self._apps.add(alias, app)
self._active_app = app

Expand Down

0 comments on commit d47261d

Please sign in to comment.