[Opensrf-commits] [GIT] OpenSRF branch rel_1_6 updated. b02fda30dba4d74cbbd3844372bce8efa3132175
Evergreen Git
git at git.evergreen-ils.org
Mon May 16 14:59:06 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".
The branch, rel_1_6 has been updated
via b02fda30dba4d74cbbd3844372bce8efa3132175 (commit)
from fdbd0c398a7c04f72926cfac843b2acf1449439e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b02fda30dba4d74cbbd3844372bce8efa3132175
Author: Dan Scott <dan at coffeecode.net>
Date: Mon May 16 14:52:40 2011 -0400
Typo fix: deprecasted -> deprecated
It's an annoying typo, and it helps test out the buildbot
configuration...
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/src/libopensrf/osrf_app_session.c b/src/libopensrf/osrf_app_session.c
index ac2b4c0..890108a 100644
--- a/src/libopensrf/osrf_app_session.c
+++ b/src/libopensrf/osrf_app_session.c
@@ -629,7 +629,7 @@ int osrfAppSessionMakeRequest(
osrfAppSession* session, const jsonObject* params,
const char* method_name, int protocol, osrfStringArray* param_strings ) {
- osrfLogWarning( OSRF_LOG_MARK, "Function osrfAppSessionMakeRequest() is deprecasted; "
+ osrfLogWarning( OSRF_LOG_MARK, "Function osrfAppSessionMakeRequest() is deprecated; "
"call osrfAppSessionSendRequest() instead" );
return osrfAppSessionMakeLocaleRequest( session, params,
method_name, protocol, param_strings, NULL );
-----------------------------------------------------------------------
Summary of changes:
src/libopensrf/osrf_app_session.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list