changeset 495:438f4e295a9c

* Warning, not error
author Chris Cannam
date Wed, 26 Nov 2008 13:55:00 +0000
parents 81963c51b488
children 05383ee78f3e
files rdf/SimpleSPARQLQuery.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rdf/SimpleSPARQLQuery.cpp	Tue Nov 25 17:46:02 2008 +0000
+++ b/rdf/SimpleSPARQLQuery.cpp	Wed Nov 26 13:55:00 2008 +0000
@@ -78,7 +78,7 @@
 
     m_defaultStorage = librdf_new_storage(m_world, "trees", NULL, NULL);
     if (!m_defaultStorage) {
-        std::cerr << "SimpleSPARQLQuery: ERROR: Failed to initialise Redland trees datastore, falling back to memory store" << std::endl;
+        std::cerr << "SimpleSPARQLQuery: WARNING: Failed to initialise Redland trees datastore, falling back to memory store" << std::endl;
         m_defaultStorage = librdf_new_storage(m_world, NULL, NULL, NULL);
         if (!m_defaultStorage) {
             std::cerr << "SimpleSPARQLQuery: ERROR: Failed to initialise Redland memory datastore" << std::endl;