Version 1.0
[apps/native/sample/adventure.git] / src / db.c
index c7ee7b8..dc2fa25 100644 (file)
--- a/src/db.c
+++ b/src/db.c
@@ -499,6 +499,7 @@ HAPI int db_insert_group(sqlite3 *db, const char *title, int city1, int city2, i
        const char *const QUERY_INSERT = "INSERT INTO gr (id, title, city1, city2, city3, city4, city5) VALUES (?, ?, ?, ?, ?, ?, ?);";
        sqlite3_stmt *st = NULL;
        int max = 0;
+       _D("HELLO, %s %d:%d:%d", title, city1, city2, city3);
 
        db_max_group(db, &max);
        max++;