Skip to content

Commit

Permalink
Merge branch 'master' into fix-range-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pablooliveira committed May 1, 2020
2 parents b8e6f45 + 82e9f1c commit db635c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -206,7 +206,7 @@ struct interflop_backend_interface_t interflop_init(int argc, char **argv,
/* parse backend arguments */
argp_parse(&argp, argc, argv, 0, 0, ctx);

logger_info("interflop_cancellation: loaded backend with tolerance = %d ",
logger_info("interflop_cancellation: loaded backend with tolerance = %d\n",
TOLERANCE);

struct interflop_backend_interface_t interflop_backend_cancellation = {
Expand Down

0 comments on commit db635c8

Please sign in to comment.