diff --git a/cyclone/common b/cyclone/common index b8fac5c9..bb0b9deb 160000 --- a/cyclone/common +++ b/cyclone/common @@ -1 +1 @@ -Subproject commit b8fac5c9d9df7b69e0d6672986cc0c12b9903812 +Subproject commit bb0b9debddb953e8fe19dfa02fae4517f18300e4 diff --git a/cyclone/cyclone_crypto b/cyclone/cyclone_crypto index c51f65f7..3b2c1a94 160000 --- a/cyclone/cyclone_crypto +++ b/cyclone/cyclone_crypto @@ -1 +1 @@ -Subproject commit c51f65f72130dfa9a25f9639e358efa5a98c2107 +Subproject commit 3b2c1a947e2a0516535b0fce9e8960e6ea7e0c2f diff --git a/cyclone/cyclone_ssl b/cyclone/cyclone_ssl index a106b7e0..31e29cf9 160000 --- a/cyclone/cyclone_ssl +++ b/cyclone/cyclone_ssl @@ -1 +1 @@ -Subproject commit a106b7e0bc94d75e654bbdec5d1f343a8ecc0253 +Subproject commit 31e29cf94baf139129912312a2c0b47f9ea57d26 diff --git a/cyclone/cyclone_tcp b/cyclone/cyclone_tcp index 1976f590..00dff974 160000 --- a/cyclone/cyclone_tcp +++ b/cyclone/cyclone_tcp @@ -1 +1 @@ -Subproject commit 1976f5905ef6817c2e8a60b10b04729e205ebae9 +Subproject commit 00dff97423aee46d3a8577082140ca9bbaa8a9ad diff --git a/opus b/opus index 9fc8fc4c..101a71e0 160000 --- a/opus +++ b/opus @@ -1 +1 @@ -Subproject commit 9fc8fc4cf432640f284113ba502ee027268b0d9f +Subproject commit 101a71e03bbf860aaafb7090a0e440675cb27660 diff --git a/src/handler_api.c b/src/handler_api.c index 364371be..4d769676 100644 --- a/src/handler_api.c +++ b/src/handler_api.c @@ -762,7 +762,6 @@ error_t file_save_start_suffix(void *in_ctx, const char *name, const char *filen if (fsFileExists(ctx->filename)) { - TRACE_INFO("Filename '%s' already exists, next\r\n", ctx->filename); osFreeMem(ctx->filename); continue; }