From edb00024df786d869aef74d4b83e914c2c511c25 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 4 Jan 2015 20:35:25 +0100 Subject: [PATCH] CComponentsForm: reduce log spam in info mode Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/674f2f983aaa55161eeb8fc65385911f4f25fc65 Author: Thilo Graf Date: 2015-01-04 (Sun, 04 Jan 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_frm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm.cpp b/src/gui/components/cc_frm.cpp index 3c5c76113..fb4b3c779 100644 --- a/src/gui/components/cc_frm.cpp +++ b/src/gui/components/cc_frm.cpp @@ -410,7 +410,7 @@ void CComponentsForm::paintCCItems() //assign item object CComponentsItem *cc_item = v_cc_items[i]; - dprintf(DEBUG_INFO, "[CComponentsForm] %s: page_count = %u, item_page = %u, cur_page = %u\n", __func__, getPageCount(), cc_item->getPageNumber(), this->cur_page); + dprintf(DEBUG_DEBUG, "[CComponentsForm] %s: page_count = %u, item_page = %u, cur_page = %u\n", __func__, getPageCount(), cc_item->getPageNumber(), this->cur_page); //get current position of item int xpos = cc_item->getXPos();