Skip to content

Commit

Permalink
Decrease verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 20, 2017
1 parent 3c8168e commit 79d7731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent-any/src/AnyAgentComplex.cc
Expand Up @@ -520,7 +520,7 @@ AnyAgent::parseData (char const *&line, const YCPValue & syntax, bool optional)
if (tv.isNull())
{
if (optional)
y2milestone("Optional Tuple not found at line: '%s'", line);
y2debug("Optional Tuple not found at line: '%s'", line);
else
y2error("Tuple not found at line: '%s'", line);
}
Expand Down

0 comments on commit 79d7731

Please sign in to comment.