X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..refs/heads/master:/tests/data_protection.c diff --git a/tests/data_protection.c b/tests/data_protection.c index bb0411dec..2688bdde4 100644 --- a/tests/data_protection.c +++ b/tests/data_protection.c @@ -1040,7 +1040,7 @@ apple_key_store(uint32_t command, input_struct_count, outputs, output_count, NULL, NULL ); if (io_result != kIOReturnSuccess) { - T_LOG("%s: call to AppleKeyStore method %d failed", __func__); + T_LOG("%s: call to AppleKeyStore method %d failed", __func__, command); goto close; }