One additional lgtm fix

This commit is contained in:
Dennis Heimbigner 2021-09-28 14:37:32 -06:00
parent 56f1f595b8
commit 0f93766599

View File

@ -980,7 +980,7 @@ aws_load_credentials(NCRCglobalstate* gstate)
cfg);
ncbytesclear(buf);
if((stat=NC_readfile(path,buf))) {
nclog(NCLOGWARN, "Could not open %s file: %s",path);
nclog(NCLOGWARN, "Could not open file: %s",path);
} else {
/* Parse the credentials file */
const char* text = ncbytescontents(buf);