From d6ffbd205edd23b5c7873ddd6304dc3517209b4c Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 12 Oct 2010 16:02:31 +0000
Subject: [PATCH] now that we are working again, hush the warnings
 (osrfLogInternal to the rescue)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18281 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 17740bb032..81e3cd8e63 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 ) {
-					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;
 		}
-- 
2.11.0