summaryrefslogtreecommitdiff
path: root/shaping/src/shaper.cpp
diff options
context:
space:
mode:
authorroot <[email protected]>2023-12-08 07:29:48 +0000
committerroot <[email protected]>2023-12-08 07:29:48 +0000
commitd420aeae27a5f5e721e53281722eae51cbd27bfd (patch)
treed631b19525193d3f5528f04315a84d2dd4ae0657 /shaping/src/shaper.cpp
parentb2e221093a0afa5ff4a0d530ed5a6336d7df88af (diff)
修复table_info 修改错误
Diffstat (limited to 'shaping/src/shaper.cpp')
-rw-r--r--shaping/src/shaper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/src/shaper.cpp b/shaping/src/shaper.cpp
index e0fc695..a88fd58 100644
--- a/shaping/src/shaper.cpp
+++ b/shaping/src/shaper.cpp
@@ -434,7 +434,7 @@ static void shaper_token_get_cb(const struct swarmkv_reply *reply, void * cb_arg
shaper_global_stat_async_callback_inc(ctx->global_stat);
shaper_global_stat_tconsume_callback_inc(ctx->global_stat);
- LOG_INFO("Swarmkv reply type =%d, direction =%d, integer =%llu",reply->type, arg->direction, reply->integer);
+ LOG_INFO("Swarmkv reply type =%d, profile_id %d, direction =%d, integer =%llu",reply->type, profile->id, arg->direction, reply->integer);
if (reply->type != SWARMKV_REPLY_INTEGER) {
shaper_global_stat_async_tconsume_failed_inc(ctx->global_stat);