mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: to debug..
This commit is contained in:
parent
131a213aae
commit
eb2e3ce681
1 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) {
|
||||||
FILE *sf = NULL;
|
FILE *sf = NULL;
|
||||||
char script_cmd_buf[256] = {0x00}; // iceman, needs lua script the same file_path_buffer as the rest
|
char script_cmd_buf[256] = {0x00}; // iceman, needs lua script the same file_path_buffer as the rest
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "ISATTY/STDIN_FILENO == %s\n", (stdinOnPipe)?"true":"false");
|
PrintAndLogEx(DEBUG, "ISATTY/STDIN_FILENO == %s\n", (stdinOnPipe) ? "true" : "false");
|
||||||
|
|
||||||
if (usb_present) {
|
if (usb_present) {
|
||||||
rarg.run = 1;
|
rarg.run = 1;
|
||||||
|
@ -530,4 +530,4 @@ int main(int argc, char* argv[]) {
|
||||||
pthread_mutex_destroy(&print_lock);
|
pthread_mutex_destroy(&print_lock);
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue