projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a537043
)
Typo fix: deprecasted -> deprecated
author
Dan Scott
<dan@coffeecode.net>
Mon, 16 May 2011 18:52:40 +0000
(14:52 -0400)
committer
Dan Scott
<dan@coffeecode.net>
Mon, 16 May 2011 18:52:40 +0000
(14:52 -0400)
It's an annoying typo, and it helps test out the buildbot
configuration...
Signed-off-by: Dan Scott <dscott@laurentian.ca>
src/libopensrf/osrf_app_session.c
patch
|
blob
|
history
diff --git
a/src/libopensrf/osrf_app_session.c
b/src/libopensrf/osrf_app_session.c
index
ac2b4c0
..
890108a
100644
(file)
--- 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 depreca
s
ted; "
+ osrfLogWarning( OSRF_LOG_MARK, "Function osrfAppSessionMakeRequest() is deprecated; "
"call osrfAppSessionSendRequest() instead" );
return osrfAppSessionMakeLocaleRequest( session, params,
method_name, protocol, param_strings, NULL );