aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/p2p.h
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2018-03-01 13:36:19 +0200
committerDimitris Apostolou <rex@MacBook-Pro-2011.local>2018-03-15 18:25:38 +0200
commit57c0b1ed9f15ca27892a8737156c3b8e32a1625e (patch)
tree8ca78ded5aa561697a8d1fd7827604aa51a5f45f /src/daemon/p2p.h
parentMerge pull request #3398 (diff)
downloadmonero-57c0b1ed9f15ca27892a8737156c3b8e32a1625e.tar.xz
Fix typos in various files
Diffstat (limited to '')
-rw-r--r--src/daemon/p2p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/p2p.h b/src/daemon/p2p.h
index 7fcb03751..0f01c746d 100644
--- a/src/daemon/p2p.h
+++ b/src/daemon/p2p.h
@@ -65,7 +65,7 @@ public:
{
throw std::runtime_error("Failed to initialize p2p server.");
}
- MGINFO("P2p server initialized OK");
+ MGINFO("p2p server initialized OK");
}
t_node_server & get()