now that we are working again, hush the warnings (osrfLogInternal to the rescue)
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Oct 2010 16:02:31 +0000 (16:02 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 12 Oct 2010 16:02:31 +0000 (16:02 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18281 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 17740bb..81e3cd8 100644 (file)
@@ -4416,7 +4416,7 @@ char* SELECT (
 
                                ClassInfo* order_class_info = search_alias( class_itr->key );
                                if( ! order_class_info ) {
-                                       osrfLogWarning( OSRF_LOG_MARK,
+                                       osrfLogInternal( 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 ) {
-                       osrfLogWarning( OSRF_LOG_MARK, "%s: ORDER BY clause references class \"%s\" "
+                       osrfLogInternal( OSRF_LOG_MARK, "%s: ORDER BY clause references class \"%s\" "
                                "not in FROM clause, skipping it", modulename, class_alias );
                        continue;
                }