From 4c95b6890748e3bfc102147c3ad1dc62187cbbfd Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 12 Oct 2010 15:40:45 +0000
Subject: [PATCH] and ... use a function name that exists

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18280 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/c-apps/oils_sql.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Open-ILS/src/c-apps/oils_sql.c b/Open-ILS/src/c-apps/oils_sql.c
index 48ad4f6193..17740bb032 100644
--- a/Open-ILS/src/c-apps/oils_sql.c
+++ b/Open-ILS/src/c-apps/oils_sql.c
@@ -4416,7 +4416,7 @@ char* SELECT (
 
 				ClassInfo* order_class_info = search_alias( class_itr->key );
 				if( ! order_class_info ) {
-					osrfLogWarn( OSRF_LOG_MARK,
+					osrfLogWarning( OSRF_LOG_MARK,
 						"%s: Invalid class \"%s\" referenced in ORDER BY clause, skipping it",
 						modulename, class_itr->key );
 					continue;
@@ -4811,7 +4811,7 @@ static char* buildOrderByFromArray( osrfMethodContext* ctx, const jsonObject* or
 
 		const ClassInfo* order_class_info = search_alias( class_alias );
 		if( ! order_class_info ) {
-			osrfLogWarn( OSRF_LOG_MARK, "%s: ORDER BY clause references class \"%s\" "
+			osrfLogWarning( OSRF_LOG_MARK, "%s: ORDER BY clause references class \"%s\" "
 				"not in FROM clause, skipping it", modulename, class_alias );
 			continue;
 		}
-- 
2.11.0