Skip to content

Commit 875bb5f

Browse files
authored
Merge pull request #1911 from aman26kbm/error_warn_power
Issue #1797: Change VTR_LOG to VTR_LOG_WARN and remove the string "Error"
2 parents bae983f + 420d1df commit 875bb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/base/read_activity.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ static bool add_activity_to_net(const AtomNetlist& netlist, std::unordered_map<A
1919
return false;
2020
}
2121

22-
VTR_LOG(
23-
"Error: net %s found in activity file, but it does not exist in the .blif file.\n",
22+
VTR_LOG_WARN(
23+
"Net %s found in activity file, but it does not exist in the .blif file.\n",
2424
net_name);
2525
return true;
2626
}

0 commit comments

Comments
 (0)