Fix logging

This commit is contained in:
Tiebe Groosman
2025-04-28 21:44:57 +02:00
parent b13e826647
commit cdded625c2

View File

@@ -41,5 +41,5 @@ extern "C" void _xovi_construct() {
abort();
}
qDebug() << "Loading rmfakecloud by Tiebe. Using host " <<
qDebug() << "Loading rmfakecloud by Tiebe. Using host " << host;
}