Browse Source

modminer: Shorten upload warning message to fit better

Luke Dashjr 13 years ago
parent
commit
c84d238f0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -231,7 +231,7 @@ fd_set fds;
 
 
 	int fd = modminer->device_fd;
 	int fd = modminer->device_fd;
 
 
-	applog(LOG_WARNING, "%s %u: Programming %s... DO NOT EXIT CGMINER UNTIL COMPLETE", modminer->api->name, modminer->device_id, modminer->device_path);
+	applog(LOG_WARNING, "%s %u: Programming %s... DO NOT EXIT UNTIL COMPLETE", modminer->api->name, modminer->device_id, modminer->device_path);
 	buf[0] = '\x05';  // Program Bitstream
 	buf[0] = '\x05';  // Program Bitstream
 	buf[1] = fpgaid;
 	buf[1] = fpgaid;
 	buf[2] = (len >>  0) & 0xff;
 	buf[2] = (len >>  0) & 0xff;