Pallet Branch: Once again added NSLog and exit statement for debugging a crash.

git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc15-pallet@138671 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Kyle Sammons
2015-07-15 18:38:48 +00:00
parent 9989a2e715
commit eda35a47ce
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -10,5 +10,7 @@
int main(int argc, char *argv[])
{
NSLog(@"Testing");
exit(1);
return NSApplicationMain(argc, (const char **) argv);
}