diff options
Diffstat (limited to 'darwin-bootstrap/bundle-loader.c')
-rw-r--r-- | darwin-bootstrap/bundle-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-bootstrap/bundle-loader.c b/darwin-bootstrap/bundle-loader.c index af24135..d559da3 100644 --- a/darwin-bootstrap/bundle-loader.c +++ b/darwin-bootstrap/bundle-loader.c @@ -154,7 +154,7 @@ static void load_bundle_list(const void *buf, size_t size) { } return; invalid: - ib_log("invalid bundle list data"); + ib_log("invalid bundle list IPC data (substitute bug)"); } static kern_return_t substituted_hello(mach_port_t service, int proto_version, |