From 1ecb321ded9360206f2bc6399e63368628357332 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 23 Nov 2004 14:22:30 +0000 Subject: [PATCH] fixed logging in WOComponent git-svn-id: http://svn.opengroupware.org/SOPE/trunk@406 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGObjWeb/ChangeLog | 5 +++++ sope-appserver/NGObjWeb/Version | 2 +- sope-appserver/NGObjWeb/WOComponent.m | 2 +- .../NGExtensions/EOExt.subproj/EODataSource+NGExtensions.m | 5 ++--- sope-core/NGExtensions/EOExt.subproj/EOQualifier+plist.m | 1 - sope-core/NGExtensions/EOExt.subproj/EOTrueQualifier.m | 5 ++--- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index 272df32b..698097fd 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,8 @@ +2004-11-23 Helge Hess + + * 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 * v4.5.97 diff --git a/sope-appserver/NGObjWeb/Version b/sope-appserver/NGObjWeb/Version index c42a4898..34a3673c 100644 --- a/sope-appserver/NGObjWeb/Version +++ b/sope-appserver/NGObjWeb/Version @@ -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 diff --git a/sope-appserver/NGObjWeb/WOComponent.m b/sope-appserver/NGObjWeb/WOComponent.m index 6dca0b72..185dcbed 100644 --- a/sope-appserver/NGObjWeb/WOComponent.m +++ b/sope-appserver/NGObjWeb/WOComponent.m @@ -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"]; diff --git a/sope-core/NGExtensions/EOExt.subproj/EODataSource+NGExtensions.m b/sope-core/NGExtensions/EOExt.subproj/EODataSource+NGExtensions.m index 63c9dd7c..b8ba7481 100644 --- a/sope-core/NGExtensions/EOExt.subproj/EODataSource+NGExtensions.m +++ b/sope-core/NGExtensions/EOExt.subproj/EODataSource+NGExtensions.m @@ -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 diff --git a/sope-core/NGExtensions/EOExt.subproj/EOQualifier+plist.m b/sope-core/NGExtensions/EOExt.subproj/EOQualifier+plist.m index 51b9faf1..6601be19 100644 --- a/sope-core/NGExtensions/EOExt.subproj/EOQualifier+plist.m +++ b/sope-core/NGExtensions/EOExt.subproj/EOQualifier+plist.m @@ -18,7 +18,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ #include #include "common.h" diff --git a/sope-core/NGExtensions/EOExt.subproj/EOTrueQualifier.m b/sope-core/NGExtensions/EOExt.subproj/EOTrueQualifier.m index c6fb9cf0..57a0f922 100644 --- a/sope-core/NGExtensions/EOExt.subproj/EOTrueQualifier.m +++ b/sope-core/NGExtensions/EOExt.subproj/EOTrueQualifier.m @@ -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" -- 2.39.5