]> Zhao Yanbai Git Server - minix.git/commit
ipc: add missing printf argument. 35/1035/1
authorThomas Cort <tcort@minix3.org>
Fri, 11 Oct 2013 14:29:16 +0000 (10:29 -0400)
committerThomas Cort <tcort@minix3.org>
Fri, 11 Oct 2013 14:36:53 +0000 (10:36 -0400)
commit10d6e1a8d290415bcda127ca8fef5c60be157299
tree74d723e14202adb6eceb9a71b93c2dc9d6559566
parent9f23acf41075dc40b1c466070e19be33800f0a4c
ipc: add missing printf argument.

A printf statement that only gets compiled when DEBUG_SEM is
defined had a '%' conversion without a corresponding argument.
This patch adds the argument.

Change-Id: I808076f7723baad111ab6fe8a0766d1da4904fd7
servers/ipc/sem.c