mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-30 15:52:11 +02:00
Use a more meaningful message on AT send failure
This commit is contained in:
committed by
Xavier Del Campo
parent
5102902692
commit
082cf996d1
2
src/at.c
2
src/at.c
@@ -94,7 +94,7 @@ gboolean at_send_command(struct EG25Manager *manager)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
g_warning("write(2): %s", strerror(errno));
|
g_warning("error sending AT command: %s", strerror(errno));
|
||||||
at_next_command(manager);
|
at_next_command(manager);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user