Fixed Newline Break in message dialogs
[pithos-ms-client] / trunk / Pithos.Network / RestClient.cs
index 32df065..4657d4a 100644 (file)
@@ -107,7 +107,8 @@ namespace Pithos.Network
             : base()
         {
             if (other==null)
-                throw new ArgumentNullException("other");
+                Log.ErrorFormat("[ERROR] No parameters provided to the rest client. \n{0}\n", other);
+                //throw new ArgumentNullException("other");
             Contract.EndContractBlock();
 
             //The maximum error response must be large because missing server hashes are return as a Conflivt (409) error response