Fix log message of bundle is missing

This commit is contained in:
Andreas Linde 2012-07-19 23:44:29 +02:00
parent 5e2f14422c
commit 4e572a31f5
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@
}
if (!BITHockeySDKBundle()) {
NSLog(@"WARNING: Quincy.bundle is missing, will send reports automatically!");
NSLog(@"WARNING: %@.bundle is missing, will send reports automatically!", BITHOCKEYSDK_BUNDLE);
}
}
return self;

View File

@ -366,7 +366,7 @@
}
if (!BITHockeySDKBundle()) {
NSLog(@"WARNING: Hockey.bundle is missing, make sure it is added!");
NSLog(@"WARNING: %@.bundle is missing, make sure it is added!", BITHOCKEYSDK_BUNDLE);
}
[self loadAppCache];