Builds now. Also some moderate effect architecture changes.
[ITKit.git] / ITSlideVerticallyWindowEffect.m
index 13fa2bc..8c27b42 100755 (executable)
@@ -6,12 +6,12 @@
 
 - (void)performAppear
 {
-    NSLog("ITSlideVerticallyWindowEffect does not implement performAppear.");
+    NSLog(@"ITSlideVerticallyWindowEffect does not implement performAppear.");
 }
 
 - (void)performVanish
 {
-    NSLog("ITSlideVerticallyWindowEffect does not implement performVanish.");
+    NSLog(@"ITSlideVerticallyWindowEffect does not implement performVanish.");
 }