michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

MacFusion logs: line separation problem #221

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Jabber chat, Robson requested:

> Can you correct the way that macfusion generates the logs?
> 
> It seems that it has problems separating the lines
> 
> I think it's a \r\n issue

See also less critical MacFusion issue 220 
<http://code.google.com/p/macfusion/issues/detail?id=220>.

Original issue reported on code.google.com by grahampe...@gmail.com on 29 Jun 2007 at 5:58

GoogleCodeExporter commented 8 years ago
Fixed in SVN rev 284.
Please verify.

Original comment by mgorb...@gmail.com on 4 Jul 2007 at 6:34

GoogleCodeExporter commented 8 years ago
[macbookpro03:~/Developer/macfusion] gjp22% svn update
U    Classes/MFFilesystem.m
U    Classes/MFLoggingController.m
U    Classes/MFNetworkFS.m
Updated to revision 284.

Cleaned all targets, built using Xcode. 

##

{
    FSType = FTPFS; 
    StoredObject = {
        advancedOptions = "-o ftpfs_debug=3 -d -v"; 
        hostName = "ftp.oreilly.com"; 
        mountOnStartup = 0; 
        name = OReilly; 
        path = ""; 
    }; 
}

##

<http://paste.lisp.org/display/43904> looks good to me, let's draw it to 
Robson's attention for verification. 

Thanks
Graham

Original comment by grahampe...@gmail.com on 4 Jul 2007 at 8:49

GoogleCodeExporter commented 8 years ago
That paste looks good to me. Thanks a lot! That will make my life easier.

Original comment by robsonbr...@gmail.com on 4 Jul 2007 at 5:25