summaryrefslogtreecommitdiffstats
path: root/src/commands/profile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/profile.rs')
-rw-r--r--src/commands/profile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/profile.rs b/src/commands/profile.rs
index 4da70f1..853984f 100644
--- a/src/commands/profile.rs
+++ b/src/commands/profile.rs
@@ -44,7 +44,7 @@ async fn profile_serve(matches: &ArgMatches) -> Result<()> {
log::info!("Loading '{}' from {}", name, state_dir.display());
let profile = Profile::load(Config::default(), &name).await?;
log::info!("Profile loaded");
- log::info!("Profile HEAD = {}", profile.head());
+ log::info!("Profile HEAD = {:?}", profile.head());
if let Some(connect_to) = connect_peer {
log::info!("Connecting to {:?}", connect_to);