Skip to content

Commit 301ba4d

Browse files
committed
Add test msg
1 parent 8b97aab commit 301ba4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/projmgr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,4 +490,3 @@ jobs:
490490
with:
491491
name: Event File projmgr
492492
path: ${{ github.event_path }}
493-

tools/projmgr/src/ProjMgrWorker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3538,6 +3538,7 @@ bool ProjMgrWorker::AddFile(const FileNode& src, vector<FileNode>& dst, ContextI
35383538
if (!ProjMgrUtils::HasAccessSequence(src.file)) {
35393539
const string file = RteFsUtils::LexicallyNormal(fs::path(context.directories.cprj).append(srcNode.file).generic_string());
35403540
ProjMgrLogger::Get().Warn("TEST src.file: " + src.file, context.name);
3541+
ProjMgrLogger::Get().Warn("TEST srcNode.file: " + srcNode.file, context.name);
35413542
ProjMgrLogger::Get().Warn("TEST context.directories.cprj: " + context.directories.cprj, context.name);
35423543
ProjMgrLogger::Get().Warn("TEST file: " + file, context.name);
35433544

0 commit comments

Comments
 (0)