Update of /cvsroot/mod-c/ehtml/src
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24366/src
Modified Files:
EHTMLApplication.cpp
Log Message:
* Added debugging messages.
Index: EHTMLApplication.cpp
===================================================================
RCS file: /cvsroot/mod-c/ehtml/src/EHTMLApplication.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** EHTMLApplication.cpp 12 Oct 2006 21:10:36 -0000 1.17
--- EHTMLApplication.cpp 18 Oct 2006 12:50:33 -0000 1.18
***************
*** 123,126 ****
--- 123,129 ----
if (session == NULL) {
+
+ Debug("Building a new session");
+
SessionIDDriver* iddriver = SessionIDDriver::Selected();
if (iddriver != NULL) {
|