Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-30 07:15:17 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-30 07:15:17 +0400
commit77aad58827e4e96a0d3a92103e62c9965dba2a4b (patch)
treec2f3d38d75f8688033e96f4d90384e4888c6ae44 /misc
parent9a960ae47c533b232afcf6353222ea137996d337 (diff)
Fix typo
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 991ed40169..632d7b69f2 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -1535,7 +1535,7 @@ class Parser(object):
if not format:
fatal_error("cannot automatically determine the log format using the first %d lines of the log file. " % limit +
- "\Maybe try specifying the format with the --log-format-name command line argument." )
+ "\nMaybe try specifying the format with the --log-format-name command line argument." )
return
logging.debug('Format %s is the best match', format.name)