ruby: more helpful config error message
This commit is contained in:
parent
26990dc492
commit
83a9dc2939
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ end
|
|||
net_ports = Array.new
|
||||
iface_ports = Array.new
|
||||
|
||||
assert((protocol == "MESI_CMP_directory" or protocol == "MOESI_CMP_directory"), __FILE__+" cannot be used with protocol #{protocol}");
|
||||
assert((protocol == "MESI_CMP_directory" or protocol == "MOESI_CMP_directory"), __FILE__+" cannot be used with protocol '#{protocol}'");
|
||||
|
||||
require protocol+".rb"
|
||||
|
||||
|
|
Loading…
Reference in a new issue