diff --git a/src/universe.cpp b/src/universe.cpp
index 6189d4e1b1c703b883012351de43706426da5d1f..d9c43e37ddb5342a4f00910e15bb4d74e1b05ecf 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -634,7 +634,7 @@ void Universe::_notifyDisconnect(Peer *p) {
 }
 
 void Universe::_notifyError(Peer *p, ftl::protocol::Error e, const std::string &errstr) {
-	DLOG(ERROR) << "Net Error (" << int(e) << "): " << errstr;
+	LOG(ERROR) << "Net Error (" << int(e) << "): " << errstr;
 	const auto ptr = (p) ? _findPeer(p) : nullptr;
 
 	// Note: Net errors can have no peer