Fixed mac cli message box message

This commit is contained in:
Benoît LeBlanc 2013-12-18 13:00:16 -05:00
parent 9245d364cc
commit d94122c07b

View File

@ -195,7 +195,7 @@ void AppDelegate_ConnectionResultEventHandler(void* ctx, ConnectionResultEventAr
NSString* message = nil;
if (connectErrorCode == AUTHENTICATIONERROR)
{
message = [NSString stringWithFormat:@"%@:\n%@", message, @"Authentication failure, check credentials."];
message = [NSString stringWithFormat:@"%@", @"Authentication failure, check credentials."];
}