Fixed logging typos

This commit is contained in:
Jason Watkins
2015-05-19 08:17:53 -07:00
parent 0b562d1fce
commit 4b6b1d57ce

View File

@@ -135,7 +135,7 @@ namespace XPC
}
else
{
Log::FormatLine(LOG_INFO, tag, "Send failed. (remote: %s)", GetHost(remote).c_str());
Log::FormatLine(LOG_INFO, tag, "Send succeeded. (remote: %s)", GetHost(remote).c_str());
}
}