Ignore input mode enable issues.

This commit is contained in:
Lukhnos Liu 2012-09-11 22:04:55 -07:00
parent f3b55c5ad9
commit 913024fa75
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@ int main(int argc, char *argv[])
NSLog(@"All input sources enabled for %@", bundleID);
}
else {
NSLog(@"Failed to enable all input sources for %@", bundleID);
return -1;
NSLog(@"Cannot enable all input sources for %@, but this is ignored", bundleID);
}
}