Add solana_ prefix to loaders so their logs appear in the default RUST_LOG config

This commit is contained in:
Michael Vines
2018-10-30 11:07:11 -07:00
parent d07961a58b
commit 3f843f21b9
5 changed files with 9 additions and 9 deletions

View File

@@ -19,6 +19,6 @@ serde_derive = "1.0.27"
solana-sdk = { path = "../../../sdk", version = "0.10.0" }
[lib]
name = "bpf_loader"
name = "solana_bpf_loader"
crate-type = ["cdylib"]