Changed error message for mbconfig.cfg missing

This commit is contained in:
Thiago Alves 2018-09-24 20:37:28 -05:00 committed by GitHub
parent e190abef7f
commit 620d0e2ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ void parseConfig()
else
{
unsigned char log_msg[1000];
sprintf(log_msg, "Error opening mbconfig.cfg file\n");
sprintf(log_msg, "Skipping configuration of Slave Devices (mbconfig.cfg file not found)\n");
log(log_msg);
}