Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from nall/master
Browse files Browse the repository at this point in the history
Minor debug message enhancement
  • Loading branch information
Jeff Garzik committed Mar 26, 2013
2 parents 4d529f1 + 0f6aa93 commit fe69225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu-miner.c
Expand Up @@ -789,7 +789,7 @@ static void parse_arg (int key, char *arg)
opt_config = json_load_file(arg, &err);
#endif
if (!json_is_object(opt_config)) {
applog(LOG_ERR, "JSON decode of %s failed", arg);
applog(LOG_ERR, "JSON decode of '%s' failed(%d): %s", arg, err.line, err.text);
show_usage();
}
break;
Expand Down

0 comments on commit fe69225

Please sign in to comment.