Browse Source

Merge commit '21747fe' into bfgminer

Luke Dashjr 12 years ago
parent
commit
499f7b7d34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -1190,7 +1190,7 @@ char *set_log_file(char *arg)
 	{
 		fd = open(arg, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
 		if (unlikely(fd == -1))
-			return "Failed to open %s for log-file";
+			return "Failed to open log-file";
 	}
 	
 	close(stderr_fd);