mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-03-01 09:29:55 +00:00
SMTP65: Fixed minor formatting issue on console
This commit is contained in:
parent
e07f5ef545
commit
8674739cd1
@ -640,7 +640,7 @@ void main(int argc, char *argv[]) {
|
||||
sendmessage:
|
||||
|
||||
if (!connected) {
|
||||
printf("Connecting to %s - ", cfg_smtp_server);
|
||||
printf("\nConnecting to %s - ", cfg_smtp_server);
|
||||
|
||||
if (!w5100_connect(parse_dotted_quad(cfg_smtp_server), smtp_port)) {
|
||||
printf("Fail\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user