diff options
| author | ruki <[email protected]> | 2023-02-19 11:30:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-19 11:31:01 +0800 |
| commit | c8e59d4d33127eaf73fae8797772a6b641ba8601 (patch) | |
| tree | 7eabfa8605c2412d5db83e19a1af0e966d29f188 /xmake/rules/protobuf/module_parser.lua | |
| parent | 882cb4e03cff1fb20cc561780477d649334b59e1 (diff) | |
modify proto tips
Diffstat (limited to 'xmake/rules/protobuf/module_parser.lua')
| -rw-r--r-- | xmake/rules/protobuf/module_parser.lua | 2 |
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 |
