Revision 859a9ec5

b/trunk/Pithos.Client.WPF/App.xaml.cs
210 210
            });
211 211

  
212 212

  
213
            var message = String.Format(@"{0}<LineBreak/>{1}<LineBreak/><LineBreak/>{2}", 
213
            var message = String.Format(@"{0}" + Environment.NewLine + "{1}" + Environment.NewLine + "{2}", 
214 214
                WPF.Properties.Resources.Unexpected_Error,
215 215
                WPF.Properties.Resources.We_Apologize, 
216 216
                WPF.Properties.Resources.Please_Submit_Error);
b/trunk/Pithos.Network/RestClient.cs
107 107
            : base()
108 108
        {
109 109
            if (other==null)
110
                throw new ArgumentNullException("other");
110
                Log.ErrorFormat("[ERROR] No parameters provided to the rest client. \n{0}\n", other);
111
                //throw new ArgumentNullException("other");
111 112
            Contract.EndContractBlock();
112 113

  
113 114
            //The maximum error response must be large because missing server hashes are return as a Conflivt (409) error response

Also available in: Unified diff