Skip to content

Commit

Permalink
[node.sh] Remove msg when no trace file given, default behavior shoul…
Browse files Browse the repository at this point in the history
…d be silent
  • Loading branch information
fxfactorial authored and Leo Chen committed Apr 1, 2020
1 parent e60ab0b commit 1fe41df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ do
;;
esac
case "${TRACEFILE}" in
"") msg "not enabling p2p trace" ;;
"") ;;
*) msg "WARN: enabled p2p tracefile: $TRACEFILE. Be aware of the file size."
export P2P_TRACEFILE=${TRACEFILE} ;;
esac
Expand Down

0 comments on commit 1fe41df

Please sign in to comment.