mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
LOGGER: enhanced logging when writing or loading config [skip ci]
This commit is contained in:
parent
2f90cd4c94
commit
7a1c78bc6e
|
@ -205,6 +205,7 @@ conf_read() {
|
|||
fi
|
||||
fi
|
||||
done < $rd_conf
|
||||
log d "retrodeck.cfg loaded"
|
||||
}
|
||||
|
||||
conf_write() {
|
||||
|
@ -228,6 +229,7 @@ conf_write() {
|
|||
fi
|
||||
fi
|
||||
done < $rd_conf
|
||||
log d "retrodeck.cfg written"
|
||||
}
|
||||
|
||||
dir_prep() {
|
||||
|
|
Loading…
Reference in a new issue