mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Add log msg for power-cycle, and improve debug-check for U1 $Csnn I/O access.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user