]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rcxml,theme: update info() message
authorJohan Malm <jgm323@gmail.com>
Tue, 13 Oct 2020 18:41:55 +0000 (19:41 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 13 Oct 2020 18:41:55 +0000 (19:41 +0100)
src/config/rcxml.c
src/theme/theme.c

index 3198b71b00d6b01eb7df4dd7da6b5effdece347c..5aab7d92001988e1e9feba8a3a58c554b6096675 100644 (file)
@@ -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');
index ffc1e7e36520994f1897d5558d576e9d6628421c..24663a5371829d484c302934a57d85f78e91a4b0 100644 (file)
@@ -109,7 +109,7 @@ theme_read(const char *theme_name)
                theme_builtin();
                return;
        }
-       info("reading themerc (%s)", themerc);
+       info("read themerc (%s)", themerc);
        while (getline(&line, &len, stream) != -1) {
                char *p = strrchr(line, '\n');
                if (p) {