Skip to content

Commit c00a564

Browse files
authored
Merge pull request #24 from exdx/fix/emoji
fix: change container removal emoji
2 parents ea1af1b + 1c5f181 commit c00a564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub async fn run(config: Config) -> DCPResult<()> {
191191
error!("❌ Error cleaning up container {}", e);
192192
}
193193

194-
debug!(" Cleaned up container {:?} successfully", id);
194+
debug!("📦 Cleaned up container {:?} successfully", id);
195195

196196
Ok(())
197197
}

0 commit comments

Comments
 (0)