mirror of
https://github.com/labwc/labwc.git
synced 2025-11-07 13:30:06 -05:00
rcxml,theme: update info() message
This commit is contained in:
parent
8cf6b4203e
commit
678d327d6f
2 changed files with 2 additions and 2 deletions
|
|
@ -364,7 +364,7 @@ rcxml_read(const char *filename)
|
|||
warn("cannot read (%s)", rcxml);
|
||||
goto no_config;
|
||||
}
|
||||
info("reading config file (%s)", rcxml);
|
||||
info("read config file (%s)", rcxml);
|
||||
buf_init(&b);
|
||||
while (getline(&line, &len, stream) != -1) {
|
||||
char *p = strrchr(line, '\n');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue