summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/protobuf/module_parser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/protobuf/module_parser.lua b/xmake/rules/protobuf/module_parser.lua
index 5ddf12ffa..d4e3091f7 100644
--- a/xmake/rules/protobuf/module_parser.lua
+++ b/xmake/rules/protobuf/module_parser.lua
@@ -39,7 +39,7 @@ function _generate_moduledeps(target, sourcefile, opt)
depend.on_changed(function ()
-- trace
- vprint("generating.moduledeps %s", sourcefile)
+ vprint("generating.proto.moduledeps %s", sourcefile)
-- get module name
local proto_rootdir = opt.proto_rootdir