[libgda] Gda-sql: print the name of the file where meta data are stored if necessary
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Gda-sql: print the name of the file where meta data are stored if necessary
- Date: Wed, 5 May 2010 12:55:34 +0000 (UTC)
commit c35e25ef4fb0cb02cfae5ec957877cc7a39ccda3
Author: Vivien Malerba <malerba gnome-db org>
Date: Wed May 5 14:53:34 2010 +0200
Gda-sql: print the name of the file where meta data are stored if necessary
tools/gda-sql.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tools/gda-sql.c b/tools/gda-sql.c
index 7b7b5e2..2af8852 100644
--- a/tools/gda-sql.c
+++ b/tools/gda-sql.c
@@ -1400,6 +1400,9 @@ open_connection (SqlConsole *console, const gchar *cnc_name, const gchar *cnc_st
if (! g_file_test (dict_file_name, G_FILE_TEST_EXISTS))
update_store = TRUE;
store = gda_meta_store_new_with_file (dict_file_name);
+ g_print (_("All the meta data associated to the '%s' connection will be stored "
+ "in the '%s' file\n"),
+ cs->name, dict_file_name);
}
else {
store = gda_meta_store_new (NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]