aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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));