Skip to content
Extraits de code Groupes Projets
Valider f0d14da1 rédigé par Cyril Bay's avatar Cyril Bay
Parcourir les fichiers

Refs #703 Updated error string.

git-svn-id: http://dev.piwik.org/svn/trunk@6170 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent b9751ad0
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -1080,8 +1080,8 @@ class Parser(object): ...@@ -1080,8 +1080,8 @@ class Parser(object):
format_name = self.detect_format(line) format_name = self.detect_format(line)
if not format_name: if not format_name:
return fatal_error( return fatal_error(
'Cannot guess the logs format. Please give one using' 'Cannot guess the logs format. Please give one using '
' the --format option' 'either the --log-format-name or --log-format-regex option'
) )
format = FORMATS[format_name] format = FORMATS[format_name]
config.format = format config.format = format
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter