Commit 01d7b261ebb00cea2cebc094604220e036df10f6

Denis Ahrens 2012-12-14T15:05:34

libztex: fixed a typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libztex.c b/libztex.c
index 91bdc95..71d6200 100644
--- a/libztex.c
+++ b/libztex.c
@@ -468,7 +468,7 @@ static int libztex_configureFpgaLS(struct libztex_device *ztex, const char* firm
 			cnt = libusb_control_transfer(ztex->hndl, 0x40, 0x32, 0, 0, buf, length, 5000);
 			if (cnt != length)
 			{
-				applog(LOG_ERR, "%s: Failed send hs fpga data", ztex->repr);
+				applog(LOG_ERR, "%s: Failed send ls fpga data", ztex->repr);
 				break;
 			}
 		}