Change error("sched: ...") to sched_error().
Collapse error message on to one line when they weren't previously, and fixup argument indentation as well while here. find . -name '*\.[ch]' -exec sed -i s/error\(\[\ \]*\"sched:\ /sched_error\(\"/ {} \;
Please register or sign in to comment