From 0010601eb6b6ae37177c08a618ee0ad5f8186025 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 7 Apr 2014 15:36:52 +0000 Subject: [PATCH] db sqlite: Add missing help message This commit was SVN r31315. --- opal/mca/db/sqlite/help-db-sqlite.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opal/mca/db/sqlite/help-db-sqlite.txt b/opal/mca/db/sqlite/help-db-sqlite.txt index 935c14728a..bf66e20371 100644 --- a/opal/mca/db/sqlite/help-db-sqlite.txt +++ b/opal/mca/db/sqlite/help-db-sqlite.txt @@ -1,6 +1,7 @@ -*- text -*- # # Copyright (c) 2012 Los Alamos National Security, Inc. All rights reserved. +# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -13,3 +14,8 @@ WARNING: Could not find specified database file File: %s Data logging into sqlite3 has been disabled. +# +[cannot-create-sqlite] +WARNING: The SQLite component failed to initialize. + +Data logging into sqlite3 has been disabled.