and ... use a function name that exists
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Oct 2010 15:40:45 +0000 (15:40 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Oct 2010 15:40:45 +0000 (15:40 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18280 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/c-apps/oils_sql.c

index 48ad4f6..17740bb 100644 (file)
@@ -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;
                }