Skip to content

Commit

Permalink
run-openwrt: The correct function name is sqm_warn not sqm_warning
Browse files Browse the repository at this point in the history
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Aug 29, 2019
1 parent 111d4d3 commit ab763cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run-openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ take_lock() {
return 0
fi
PID=$(cat "$LOCKDIR/pid")
sqm_warning "Unable to get run lock - already held by $PID"
sqm_warn "Unable to get run lock - already held by $PID"
return 1
}

Expand Down

0 comments on commit ab763cb

Please sign in to comment.