Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13268
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Jan 4, 2024
1 parent 8004aa6 commit 6a35dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace OpenWifi {
CompleteTelemetryCommand(RPC->second, Payload,
rpc_execution_time);
} else if (RPC->second.Command == APCommands::Commands::configure && RPC->second.rpc_entry==nullptr) {
std::cout << "Complete configure command" << std::endl;
std::cout << "Complete configure command: " << SerialNumberStr << std::endl;
CompleteConfigureCommand(RPC->second, Payload,
rpc_execution_time);
} else {
Expand Down

0 comments on commit 6a35dc9

Please sign in to comment.