diff --git a/output.cc b/output.cc index 2b28e3d79..3c603649d 100644 --- a/output.cc +++ b/output.cc @@ -647,7 +647,7 @@ void printportoutput(Target *currenths, PortList *plist) { return; } - if (o.verbose > 1 || o.debugging) { + if ((o.verbose > 1 || o.debugging) && currenths->StartTime()) { time_t tm_secs, tm_sece; struct tm tm; int err;