Skip to content

Commit

Permalink
Merge pull request #482 from markhaywood/master
Browse files Browse the repository at this point in the history
ibacm: lower level of log message
  • Loading branch information
jgunthorpe committed Mar 8, 2019
2 parents 7439cf3 + 1caaf5e commit e6581e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibacm/src/acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ static void acm_ep_up(struct acmc_port *port, uint16_t pkey)

ret = acm_assign_ep_names(ep);
if (ret) {
acm_log(0, "ERROR - unable to assign EP name for pkey 0x%x\n", pkey);
acm_log(1, "unable to assign EP name for pkey 0x%x\n", pkey);
goto ep_close;
}

Expand Down

0 comments on commit e6581e2

Please sign in to comment.