Formatting and debugs

This commit is contained in:
Olof hagsand 2024-05-28 18:50:07 +02:00
parent c377a28d56
commit e2140aed10
7 changed files with 14 additions and 8 deletions

View file

@ -492,7 +492,7 @@ xmldb_multi_read_applyfn(cxobj *x,
dbfile = cbuf_get(cb);
clixon_debug(CLIXON_DBG_DATASTORE, "Parsing: %s", dbfile);
if ((fp = fopen(dbfile, "r")) == NULL){
clixon_err(OE_CFG, errno, "fdopen(%s)", dbfile);
clixon_err(OE_CFG, errno, "fopen(%s)", dbfile);
goto done;
}
switch (mr->mr_format){