Skip to content

Commit

Permalink
Make it clear we are only deleting the default database role
Browse files Browse the repository at this point in the history
  • Loading branch information
akrantz01 committed May 17, 2022
1 parent 32e7cab commit cb9bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor/jobs/delete_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl Job for DeleteService {
.await
.is_err()
{
debug!("no database role configured");
debug!("no default database role configured");
}

info!("successfully deleted deployment");
Expand Down

0 comments on commit cb9bef6

Please sign in to comment.