Correct path for ndbd log file

This commit is contained in:
unknown 2006-06-01 13:20:34 +02:00
parent 1885ab01b4
commit 8e87d3be42

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,