From c8e59d4d33127eaf73fae8797772a6b641ba8601 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 19 Feb 2023 11:30:44 +0800 Subject: modify proto tips --- xmake/rules/protobuf/module_parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1