From f41a0f70a05fbed9ccbf4b8c6d9df87147fde374 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期五, 14 十一月 2025 18:02:07 +0800
Subject: [PATCH] GEQ参数ID变更

---
 src/scene.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scene.cpp b/src/scene.cpp
index 3c33ade..b47dacc 100644
--- a/src/scene.cpp
+++ b/src/scene.cpp
@@ -68,7 +68,7 @@
 	if (!bin) return 0;
 
 	struct Module *m  = (struct Module *)(bin + size);
-	printf("proc list size %d\n", proc_list.size());
+	dbg_printf("proc list size %d\n", proc_list.size());
 
 	for (i=0; i< proc_list.size(); i++) {
 		Module *m  = (struct Module *)(bin + size);
@@ -122,7 +122,7 @@
 			for(j = 0 ; j< ninports ;j ++, phy_id++) {
 				phy_id->mIntType = 0;
 				phy_id->mPhyID = hw_adapter->get_physical_channel(1, rxBufID[j]-1);
-//				printf("PhyID:%d\n", phy_id->mPhyID);
+//				dbg_printf("PhyID:%d\n", phy_id->mPhyID);
 			}
 			size += ninports*sizeof(PhyPort);
 		}

--
Gitblit v1.9.3