Refactoring structures for monitoring and restrictions
[platform/core/connectivity/stc-manager.git] / src / database / tables / table-counters.c
index 9aec545..9bd49a2 100644 (file)
@@ -299,8 +299,11 @@ stc_error_e table_counters_get(uint64_t restriction_id,
                        info->weekly_counter = sqlite3_column_int64(stmt, 3);
                        info->daily_counter = sqlite3_column_int64(stmt, 4);
 
-                       STC_LOGD("rstn_id [%llu] data_counters [%lld] bytes",
-                                restriction_id, info->data_counter);
+                       STC_LOGD("rstn_id[%llu] data[%lld] warn[%lld] "
+                               "monthly[%lld] weekly[%lld] daily[%lld]",
+                                restriction_id, info->data_counter,
+                                info->warn_counter, info->monthly_counter,
+                                info->weekly_counter, info->daily_counter);
                        break;
                case SQLITE_ERROR:
                default: