diff options
author | damitha | 2010-06-27 03:00:17 +0000 |
---|---|---|
committer | damitha | 2010-06-27 03:00:17 +0000 |
commit | 2de825a4caa24239c791b3301acfc6d38a44b44e (patch) | |
tree | 76b7c0254b3d7a2628794833ff9b0c96c606a3f4 /samples | |
parent | b75135aaf338a8c59fadb33a7d06ab3ffe55fa07 (diff) | |
download | axis2c-2de825a4caa24239c791b3301acfc6d38a44b44e.tar.gz axis2c-2de825a4caa24239c791b3301acfc6d38a44b44e.tar.bz2 |
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r-- | samples/client/session/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/client/session/session.c b/samples/client/session/session.c index 99221e9..c48a7af 100644 --- a/samples/client/session/session.c +++ b/samples/client/session/session.c @@ -42,7 +42,7 @@ main( axiom_node_t *ret_node2 = NULL; /* Set up the environment */ - env = axutil_env_create_all("echo.log", AXIS2_LOG_LEVEL_TRACE); + env = axutil_env_create_all("session.log", AXIS2_LOG_LEVEL_TRACE); /* Set end point reference of echo service */ address = "http://localhost:9090/axis2/services/session"; |