aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-30 20:36:44 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-10-30 20:36:44 +0100
commit64fbfb8c89723ddefd13e7850cb418023da919f5 (patch)
treeb2fbf1ae829e96724fd31daa2b63d92a9d2eaf05
parent34ef5fd624dc1597bbc68bc34b20f70fa26bf0bf (diff)
downloadpaccache-64fbfb8c89723ddefd13e7850cb418023da919f5.tar.gz
paccache-64fbfb8c89723ddefd13e7850cb418023da919f5.tar.zst
compile date and time into the binary
-rw-r--r--pacredir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacredir.c b/pacredir.c
index f76e556..3429d44 100644
--- a/pacredir.c
+++ b/pacredir.c
@@ -387,7 +387,7 @@ int main(int argc, char ** argv) {
struct hosts * tmphosts;
struct sockaddr_in address;
- write_log(stdout, "Starting pacredir/" VERSION "\n");
+ write_log(stdout, "Starting pacredir/" VERSION " (compiled: " __DATE__ ", " __TIME__ " for " ARCH ")\n");
/* allocate first struct element as dummy */
hosts = malloc(sizeof(struct hosts));