Author: billbarker
Date: Sat Jan  3 18:53:02 2009
New Revision: 731161

URL: http://svn.apache.org/viewvc?rev=731161&view=rev
Log:
remove bogus debug warning

Modified:
    commons/proper/daemon/trunk/src/native/unix/native/arguments.c

Modified: commons/proper/daemon/trunk/src/native/unix/native/arguments.c
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/native/arguments.c?rev=731161&r1=731160&r2=731161&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/native/arguments.c (original)
+++ commons/proper/daemon/trunk/src/native/unix/native/arguments.c Sat Jan  3 
18:53:02 2009
@@ -182,9 +182,6 @@
 
         } else if (strstr(argv[x],"-D")==argv[x]) {
             temp=strchr(argv[x],'=');
-            if (temp==NULL) {
-                log_debug("Parameter -D must contain one '=' character");
-            }
             if (temp==argv[x]+2) {
                 log_error("A property name must be specified before '='");
                 return(NULL);


Reply via email to