[libgda: 12/17] Fixing format string and translation files
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 12/17] Fixing format string and translation files
- Date: Mon, 25 Nov 2019 18:23:08 +0000 (UTC)
commit a8e18ec00eec1fd82d74163014c24c0b4c3f7308
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Fri Mar 22 07:11:20 2019 -0500
Fixing format string and translation files
libgda/gda-db-view.c | 2 +-
po/POTFILES.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libgda/gda-db-view.c b/libgda/gda-db-view.c
index fd7ac5362..c61415876 100644
--- a/libgda/gda-db-view.c
+++ b/libgda/gda-db-view.c
@@ -644,7 +644,7 @@ gda_db_view_drop (GdaDbView *self,
action_str = g_strdup ("CASCADE");
break;
default:
- g_debug("Wrong value for action. It is %s\n", action);
+ g_debug("Wrong value for action. It is %d\n", action);
break;
}
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 183113988..44f3888d0 100755
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -31,6 +31,7 @@ libgda/gda-db-catalog.c
libgda/gda-db-fkey.c
libgda/gda-db-table.c
libgda/gda-db-view.c
+libgda/gda-db-index.c
libgda/gda-holder.c
libgda/gda-init.c
libgda/gda-log.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]