Skip to content

Commit d746256

Browse files
[chores] Remove error message from non-verbose mode
1 parent 22b11cf commit d746256

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openwrt-openwisp-monitoring/files/monitoring.agent

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ send_data() {
172172
if [ "$FAILING" -eq "0" ]; then
173173
FAILING=1
174174
log -e -n "Data not sent successfully. Response code is \"$response_code\"." \
175-
"Error message is $error_message" \
176175
"Run with verbose mode to find more."
177176
fi
178177
break

0 commit comments

Comments
 (0)