]> granicus.if.org Git - strace/commit
syscall: replace if (debug_flag) ... with debug_msg macro
authorHarsha Sharma <harshasharmaiitr@gmail.com>
Wed, 20 Dec 2017 17:33:01 +0000 (23:03 +0530)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Dec 2017 22:58:42 +0000 (22:58 +0000)
commit391446a3593badef85db21e3d66f40d83ca5d097
treea8f0bd458a9e944f53e794bbf3c576bb68fcf76a
parent51e1f187f063d024f2c13a994b68fce2f448f08e
syscall: replace if (debug_flag) ... with debug_msg macro

* syscall.c (get_scno): Use debug_msg instead of
"if (debug_flag) error_msg".

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
syscall.c