Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
flow: just use a dbg message if fails to parse direction-vector
Browse files Browse the repository at this point in the history
Just like all the other datatypes.
It was the last one providing an error msg.

Signed-off-by: Bruno Dilly <bruno.dilly@intel.com>
  • Loading branch information
bdilly committed Sep 4, 2015
1 parent 8e3c63d commit da8e575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/flow/sol-flow-node-options.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ direction_vector_parse(const char *value, struct sol_flow_node_named_options_mem
return 0;

err:
SOL_ERR("Invalid direction_vector value for option name=\"%s\": \"%s\"."
SOL_DBG("Invalid direction_vector value for option name=\"%s\": \"%s\"."
" Please use the formats"
" \"<x_value>|<y_value>|<z_value>|<min_value>|<max_value>\","
" in that order, or \"<key>:<value>|<...>\", for keys in "
Expand Down

0 comments on commit da8e575

Please sign in to comment.