Correct path for ndbd log file

This commit is contained in:
msvensson@shellback.(none) 2006-06-01 13:20:34 +02:00
parent 36aa285718
commit a2a5efd974

View file

@ -1686,7 +1686,7 @@ sub ndbd_start ($$$) {
mtr_add_arg($args, "--nodaemon");
mtr_add_arg($args, "$extra_args");
my $path_ndbd_log= "$cluster->{'data_dir'}/\l$cluster->{'name'}_ndbd_$idx.log";
my $path_ndbd_log= "$cluster->{'data_dir'}/ndb_{$idx+1}.log";
$pid= mtr_spawn($exe_ndbd, $args, "",
$path_ndbd_log,
$path_ndbd_log,