--- dyfi-update.pl	2004-11-10 11:55:01.000000000 +0200
+++ dyfi-update-modified.pl	2024-04-04 23:24:22.374031404 +0300
@@ -122,7 +122,7 @@
 ######## That should be all you need to touch. ##############
 
 my($me) = "dyfi-update.pl";
-my($version) = "v1.2.0";
+my($version) = "v1.2.1";
 my($helpstr) = "$me $version   Usage:
 
 $me -f <configfile>     (recommended)
@@ -395,6 +395,7 @@
 	
 	if ($log eq "-") {
 		print "$tstamp [$$] $s\n";
+		select()->flush();
 	} else {
 		if (!open (LOG, ">> $log")) {
 			die("$me: Could not open $log for writing: $!\n");
