chiark / gitweb /
bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c
authorLennart Poettering <lennart@poettering.net>
Mon, 11 Mar 2013 18:18:50 +0000 (19:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Mar 2013 18:18:53 +0000 (19:18 +0100)
Makefile.am
src/bootchart/store.c [moved from src/bootchart/log.c with 100% similarity]

index 680dd6597ef4e742c1127e6128a4b4935402ab11..f0fe5872cd0be402aab12a5b56f67789bc07d36c 100644 (file)
@@ -2877,7 +2877,7 @@ if ENABLE_BOOTCHART
 systemd_bootchart_SOURCES = \
        src/bootchart/bootchart.c \
        src/bootchart/bootchart.h \
-       src/bootchart/log.c \
+       src/bootchart/store.c \
        src/bootchart/svg.c
 
 systemd_bootchart_LDADD = \
similarity index 100%
rename from src/bootchart/log.c
rename to src/bootchart/store.c