]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/WOWatchDogApplicationMain.m
minor code cleanups
[sope] / sope-appserver / NGObjWeb / WOWatchDogApplicationMain.m
index a9062d053622042ab15b416efd98f29fa4745c53..bd8d5f7e53a2b641bb2aac5c5393728b0a0d0993 100644 (file)
@@ -1,20 +1,20 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2000-2005 SKYRIX Software AG
 
-  This file is part of OpenGroupware.org.
+  This file is part of SOPE.
 
-  OGo is free software; you can redistribute it and/or modify it under
+  SOPE is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
   Free Software Foundation; either version 2, or (at your option) any
   later version.
 
-  OGo is distributed in the hope that it will be useful, but WITHOUT ANY
+  SOPE is distributed in the hope that it will be useful, but WITHOUT ANY
   WARRANTY; without even the implied warranty of MERCHANTABILITY or
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
   License for more details.
 
   You should have received a copy of the GNU Lesser General Public
-  License along with OGo; see the file COPYING.  If not, write to the
+  License along with SOPE; see the file COPYING.  If not, write to the
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
@@ -450,11 +450,13 @@ int WOWatchDogApplicationMainWithServerDefaults
     sd = [defClass hackInServerDefaults:ud
                    withAppDomainPath:appDomainPath
                    globalDomainPath:globalDomainPath];
-    
+
+#if 0    
     if (((sd == nil) || (sd == ud)) && (appDomainPath != nil)) {
       NSLog(@"Note: not using server defaults: '%@' "
             @"(not supported on this Foundation)", appDomainPath);
     }
+#endif
   }
   
   return WOWatchDogApplicationMain(appName, argc, argv);