Skip to content

Instantly share code, notes, and snippets.

@nkallen
Created February 2, 2017 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkallen/e8ce0befbf0c504e6c4a31672340a093 to your computer and use it in GitHub Desktop.
Save nkallen/e8ce0befbf0c504e6c4a31672340a093 to your computer and use it in GitHub Desktop.
diff --git a/sys/applemedia/iosassetsrc.m b/sys/applemedia/iosassetsrc.m
index e237c2e..5d32bc4 100644
--- a/sys/applemedia/iosassetsrc.m
+++ b/sys/applemedia/iosassetsrc.m
@@ -470,6 +470,7 @@ - (id) init
{
self = [super init];
+ NSLog(@">>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<");
return self;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment