Changeset: f7b675f5ecbd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f7b675f5ecbd
Modified Files:
        gdk/gdk_bbp.c
Branch: Sep2022
Log Message:

Use GDKwarning.


diffs (12 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -517,7 +517,7 @@ heapinit(BAT *b, const char *buf,
        }
 
        if (strcmp(type, "wkba") == 0)
-               TRC_WARNING(GDK, "type wkba (SQL name: GeometryA) is 
deprecated\n");
+               GDKwarning("type wkba (SQL name: GeometryA) is deprecated\n");
 
        if (properties & ~0x0F81) {
                TRC_CRITICAL(GDK, "unknown properties are set: incompatible 
database on line %d of BBP.dir\n", lineno);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to