diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-30 20:36:44 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-30 20:36:44 +0100 |
commit | 64fbfb8c89723ddefd13e7850cb418023da919f5 (patch) | |
tree | b2fbf1ae829e96724fd31daa2b63d92a9d2eaf05 /pacredir.c | |
parent | 34ef5fd624dc1597bbc68bc34b20f70fa26bf0bf (diff) | |
download | paccache-64fbfb8c89723ddefd13e7850cb418023da919f5.tar.gz paccache-64fbfb8c89723ddefd13e7850cb418023da919f5.tar.zst |
compile date and time into the binary
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |