From 14e5b058713c6410f836eaed1cd876853431f86d Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 11 Dec 2001 02:24:34 +0000 Subject: [PATCH] Minor change in type of warning emitted by NSCell upon -setStringValue: called with nil argument git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11694 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7b60a9063..a87419d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 11 00:08:38 2001 Nicola Pero + + * Source/NSCell.m ([-setStringValue:]): Use a NSDebugMLLog to warn + for attempts to use nil value, not NSWarnLog, as suggested by Wim + Oudshoorn . + 2001-12-09 Fred Kiefer * Source/NSApplication.m