Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV V <vvaltman@aurum>2015-10-02 12:32:05 +0300
committerV V <vvaltman@aurum>2015-10-02 12:32:05 +0300
commite9858634ec18db8ae7a6fe70daa00af1b3970772 (patch)
tree789225cce4b445efb7c8f218834f3658ece442dc
parent2beb6e5aa17690d2fbef12721438f1a3334a8d78 (diff)
deleted debug
-rw-r--r--updates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/updates.c b/updates.c
index 0569cad..2d0142c 100644
--- a/updates.c
+++ b/updates.c
@@ -175,7 +175,7 @@ void tglu_work_update (struct tgl_state *TLS, int check_only, struct tl_ds_updat
}
}
- vlogprintf (E_WARNING, "update 0x%08x (check=%d)\n", DS_U->magic, check_only);
+ vlogprintf (E_NOTICE, "update 0x%08x (check=%d)\n", DS_U->magic, check_only);
if (check_only > 0 && DS_U->magic != CODE_update_message_i_d) { return; }
switch (DS_U->magic) {
case CODE_update_new_message: