Skip to content
Extraits de code Groupes Projets
Vérifiée Valider c818de7c rédigé par Kubat's avatar Kubat
Parcourir les fichiers

KLKT: Don't need to add a '\n' at the end of the printf as it is included in the command [skip-ci]

parent 2e8de25d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!140Auto klkt
......@@ -363,7 +363,7 @@ private:
void doCommand(void)
{
fprintf(stdout, "Send command %s\n", m_cmd);
fprintf(stdout, "Send command %s", m_cmd);
m_sock.doConnect();
connect(&m_sock, &Socket::connected, this, [&]() { m_sock.write(m_cmd); });
connect(&m_sock, &Socket::disconnected, this, [&]() { emit finished(); });
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter