# HG changeset patch # User Chris Cannam # Date 1227707700 0 # Node ID 438f4e295a9c3e4bc536aa706e6889180ba7d0ef # Parent 81963c51b488937b792e908cbb5a337e0c356f89 * Warning, not error diff -r 81963c51b488 -r 438f4e295a9c rdf/SimpleSPARQLQuery.cpp --- 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;