--- deliantra/server/lib/cf.pm 2007/04/28 05:55:55 1.262 +++ deliantra/server/lib/cf.pm 2007/05/05 05:40:27 1.263 @@ -373,6 +373,7 @@ my $runtime = "$LOCALDIR/runtime"; + warn "starting to write runtime...\n";#d# my $fh = aio_open "$runtime~", O_WRONLY | O_CREAT, 0644 or return; @@ -393,6 +394,8 @@ aio_rename "$runtime~", $runtime and return; + warn "... done writing runtime.\n";#d# + 1 }