Skip to content

Commit

Permalink
reinstigate potentially problematic full uri
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 14, 2023
1 parent 235d625 commit c506f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/mqtt5_canary/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ static void s_ParseOptions(int argc, char **argv, struct AppCtx &ctx, struct Aws
}
else
{
fprintf(stderr, "Succeeded parsing uri");
// fprintf(stderr, "Succeed to parse uri " PRInSTR "\n", AWS_BYTE_CURSOR_PRI(ctx.uri.GetFullUri()));
// fprintf(stderr, "Succeeded parsing uri");
fprintf(stderr, "Succeed to parse uri " PRInSTR "\n", AWS_BYTE_CURSOR_PRI(ctx.uri.GetFullUri()));
}
break;
default:
Expand Down

0 comments on commit c506f03

Please sign in to comment.