Skip to content

Commit

Permalink
re-added GetFullUri to test a canary fail again
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 14, 2023
1 parent 5bc4f9e commit 01aeaac
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 01aeaac

Please sign in to comment.