Skip to content

Commit

Permalink
Merge pull request #2786 from reubenmiller/fix-remove-mosquitto-resta…
Browse files Browse the repository at this point in the history
…rt-print-debug

fix: remove debug print statement
  • Loading branch information
reubenmiller authored Mar 17, 2024
2 parents adf7ed9 + 19773d6 commit 8195681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/tedge/src/cli/connect/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ fn restart_mosquitto(
&bridge_config.bridge_keyfile,
] {
// TODO maybe ignore errors here
tedge_utils::file::change_user_and_group(dbg!(path.as_ref()), user, group).unwrap();
tedge_utils::file::change_user_and_group(path.as_ref(), user, group).unwrap();
}

if let Err(err) = service_manager.restart_service(SystemService::Mosquitto) {
Expand Down

0 comments on commit 8195681

Please sign in to comment.