From 578ce755fcc3409775e432c7e4c76e02adc9a4c7 Mon Sep 17 00:00:00 2001 From: dwetzel Date: Tue, 20 Aug 2002 21:56:02 +0000 Subject: [PATCH] fixed a typo (_) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14306 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWSessionStore.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GSWeb.framework/GSWSessionStore.m b/GSWeb.framework/GSWSessionStore.m index aeed7e2..e2ba8d5 100644 --- a/GSWeb.framework/GSWSessionStore.m +++ b/GSWeb.framework/GSWSessionStore.m @@ -228,7 +228,9 @@ static char rcsId[] = "$Id$"; if (session) [session _createAutoreleasePool]; else - [self checkinSessionID:aSessionID]; +// [self checkinSessionID:aSessionID]; + [self _checkinSessionID:aSessionID]; + NSDebugMLLog(@"sessions",@"session=%@",session); LOGObjectFnStop(); return session;