]> err.no Git - sope/commitdiff
fixed logging in WOComponent
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 23 Nov 2004 14:22:30 +0000 (14:22 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 23 Nov 2004 14:22:30 +0000 (14:22 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@406 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/Version
sope-appserver/NGObjWeb/WOComponent.m
sope-core/NGExtensions/EOExt.subproj/EODataSource+NGExtensions.m
sope-core/NGExtensions/EOExt.subproj/EOQualifier+plist.m
sope-core/NGExtensions/EOExt.subproj/EOTrueQualifier.m

index 272df32b2f32105f3c3677b5ad024a706397256a..698097fd53d93ec5ca28801d12d6eb1f20e65262 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-23  Helge Hess  <helge.hess@skyrix.com>
+
+       * WOComponent.m: reapplied change in v4.2.423 which got lost in some
+         4.5 logging change (v4.5.98)
+
 2004-11-22  Helge Hess  <helge.hess@skyrix.com>
 
        * v4.5.97
index c42a489867199b695a70cd134d7c8e5f6f6970ea..34a3673cba2b7135bc083cb7995b083cec59a91e 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=97
+SUBMINOR_VERSION:=98
 
 # v4.5.91  requires libNGExtensions v4.5.134
 # v4.5.84  requires libNGExtensions v4.5.127
index 6dca0b7252af33e503f6372855637f73f0567d3d..185dcbed215c0b130be2481ac38b4d025b26a58a 100644 (file)
@@ -409,7 +409,7 @@ static inline id _getExtraVar(WOComponent *self, NSString *_key) {
   if (self->context)
     return self->context;
   
-  [self warnWithFormat:
+  [self debugWithFormat:
           @"missing context in component 0x%08X (component%s)",
           self,
           self->componentFlags.isAwake ? " is awake" : " is not awake"];
index 63c9dd7c16482bf5e73aa5322b890c8b7e24bc9e..b8ba7481d6ea31b3b4425f3f5b01cc0a6a59daec 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo 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
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include "EODataSource+NGExtensions.h"
 #include <EOControl/EOFetchSpecification.h>
index 51b9faf12d3ff47f5e5a19eabc094d49bff511dc..6601be19a304e824af28bfc4e59f79ed0313353a 100644 (file)
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include <NGExtensions/EOQualifier+plist.h>
 #include "common.h"
index c6fb9cf02649d21aa32e34907138caa8fc1812d6..57a0f922bc126e514cbb672cc38781fc7595505e 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo 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
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include "EOTrueQualifier.h"
 #include "common.h"