sr: hantek-dso: Fix copy-paste error.

This commit is contained in:
Uwe Hermann 2012-06-28 01:47:38 +02:00
parent 2769eed991
commit 99f5d45ecc
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ static int hw_dev_open(int dev_index)
g_usleep(100 * 1000);
timediff_us = g_get_monotonic_time() - ctx->fw_updated;
timediff_ms = timediff_us / 1000;
sr_spew("fx2lafw: waited %" PRIi64 " ms", timediff_ms);
sr_spew("hantek-dso: waited %" PRIi64 " ms", timediff_ms);
}
sr_info("hantek-dso: device came back after %d ms", timediff_ms);
} else {