From: Jeroen van der Heijden Date: Thu, 12 May 2022 12:14:23 +0000 (+0200) Subject: Upd version and rm log X-Git-Tag: archive/raspbian/2.0.48-1+rpi1^2~6^2^2~5^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2b240c1e8316bfa92ff768bfbf2468bf176401e;p=siridb-server.git Upd version and rm log --- diff --git a/include/siri/version.h b/include/siri/version.h index 5162ae95..90762616 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -6,7 +6,7 @@ #define SIRIDB_VERSION_MAJOR 2 #define SIRIDB_VERSION_MINOR 0 -#define SIRIDB_VERSION_PATCH 47 +#define SIRIDB_VERSION_PATCH 48 /* * Use SIRIDB_VERSION_PRE_RELEASE for alpha release versions. @@ -20,7 +20,7 @@ #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" #else -#define SIRIDB_VERSION_BUILD_RELEASE "" +#define SIRIDB_VERSION_BUILD_RELEASE "-alpha-0" #endif #define SIRIDB_STRINGIFY(num) #num diff --git a/src/siri/db/listener.c b/src/siri/db/listener.c index af709c1c..67611022 100644 --- a/src/siri/db/listener.c +++ b/src/siri/db/listener.c @@ -1981,8 +1981,6 @@ static void exit_head_expr(uv_async_t * handle) ((query_select_t *) query->data)->headtail = head; - LOGC("Head: %zd", ((query_select_t *) query->data)->headtail); - SIRIPARSER_NEXT_NODE } @@ -2004,8 +2002,6 @@ static void exit_tail_expr(uv_async_t * handle) ((query_select_t *) query->data)->headtail = -tail; - LOGC("Tail: %zd", ((query_select_t *) query->data)->headtail); - SIRIPARSER_NEXT_NODE }