added LEVEL_NORMAL for in interactive mode

This commit is contained in:
Frank Morgner
2012-08-02 11:38:01 +02:00
parent a52f8584f0
commit b67817b19d
4 changed files with 21 additions and 19 deletions

View File

@@ -172,8 +172,7 @@ static int picc_connect(driver_data_t **driver_data)
un_braindead_ify_device(fileno(data->fd));
if (verbose >= 0)
printf("Connected to %s\n", PICCDEV);
PRINTF("Connected to %s\n", PICCDEV);
return 1;
}