openamf/src/java/org/openamf DefaultGateway.java,1.22,1.23
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf
In directory sc8-pr-cvs1:/tmp/cvs-serv5169/src/java/org/openamf
Modified Files:
DefaultGateway.java
Log Message:
added log message for null result
Index: DefaultGateway.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/DefaultGateway.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** DefaultGateway.java 30 Apr 2003 05:18:02 -0000 1.22
--- DefaultGateway.java 1 May 2003 21:44:41 -0000 1.23
***************
*** 95,99 ****
}
! if (serviceResult != null) {
sendResponse(requestBody, outputStream, serviceResult);
}
--- 95,101 ----
}
! if (serviceResult == null) {
! log.debug("RESULT IS NULL!");
! } else {
sendResponse(requestBody, outputStream, serviceResult);
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf