mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 01:53:54 +08:00
Show domain data only if verbose.
This commit is contained in:
+1
-1
@@ -1202,7 +1202,7 @@ void Master::showDomain(unsigned int domainIndex)
|
||||
<< domain.working_counter << "/"
|
||||
<< domain.expected_working_counter << endl;
|
||||
|
||||
if (!domain.data_size)
|
||||
if (!domain.data_size || verbosity != Verbose)
|
||||
return;
|
||||
|
||||
processData = new unsigned char[domain.data_size];
|
||||
|
||||
Reference in New Issue
Block a user