Mercurial > hg > svcore
diff rdf/SimpleSPARQLQuery.cpp @ 495:438f4e295a9c
* Warning, not error
author | Chris Cannam |
---|---|
date | Wed, 26 Nov 2008 13:55:00 +0000 |
parents | 81963c51b488 |
children | db398832518b |
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;