Add log msg for power-cycle, and improve debug-check for U1 $Csnn I/O access.

This commit is contained in:
tomcw
2022-03-12 10:16:25 +00:00
parent 12d1a0e1fe
commit 51149083e6
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ pcap_t * TfePcapOpenAdapter(const std::string & interface_name)
return NULL;
}
if(g_fh) fprintf(g_fh, "PCAP: Succesfully opened adapter: '%s'\n", TfePcapDevice->name);
if(g_fh) fprintf(g_fh, "PCAP: Successfully opened adapter: '%s'\n", TfePcapDevice->name);
tfe_arch_enumadapter_close();
return TfePcapFP;