We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a3114 commit 86d30dfCopy full SHA for 86d30df
SSYLinearFileWriter.m
@@ -72,7 +72,10 @@ - (void)writeLine:(NSString*)line {
72
[[self fileHandle] writeData:data] ;
73
}
74
else {
75
- NSLog(@"Internal Error 810-1149 No fileHandle") ;
+ /* This will happen if the calling app sent a +writeLine: message
76
+ but did not send +setToPath: first. Since not sending +setToPath:
77
+ may be a legitimate way of muting log entries, we consider this branch
78
+ to be expected behavior and do not log an error or anything here. */
79
80
81
0 commit comments