chiark / gitweb /
util: rename format_timestamp_pretty() to format_timestamp_relative() because that...
[elogind.git] / src / shared / time-util.c
index 3323683339f58a3c4fb328256ba16c9816ebf026..3d00b20eec84069d75a2168542ff8d4fb1448a55 100644 (file)
@@ -142,7 +142,7 @@ char *format_timestamp(char *buf, size_t l, usec_t t) {
         return buf;
 }
 
-char *format_timestamp_pretty(char *buf, size_t l, usec_t t) {
+char *format_timestamp_relative(char *buf, size_t l, usec_t t) {
         usec_t n, d;
 
         n = now(CLOCK_REALTIME);