Skip to content

Commit

Permalink
jtagclient: Changed default verbosity for device-count message
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Jul 3, 2018
1 parent f57221d commit c169454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtagclient/main.cpp
Expand Up @@ -332,7 +332,7 @@ int main(int argc, char* argv[])
}

//Get device count and see what we've found
LogVerbose("Scan chain contains %d devices\n", (int)iface.GetDeviceCount());
LogNotice("Scan chain contains %d devices\n", (int)iface.GetDeviceCount());

//Walk the chain and see what we find
//No need for mutexing here since the device will lock the high-level interface when necessary
Expand Down

0 comments on commit c169454

Please sign in to comment.