Fix uuid output in rf.
This commit is contained in:
parent
99c7d32aa7
commit
91e8211cd6
|
@ -181,7 +181,7 @@ if($cmd =~ /^r/){
|
||||||
r0ket::set_rxlen(shift);
|
r0ket::set_rxlen(shift);
|
||||||
}elsif ($set =~ /^id/){
|
}elsif ($set =~ /^id/){
|
||||||
my $id=r0ket::get_id();
|
my $id=r0ket::get_id();
|
||||||
print "r0ket id: ",r0ket::hprint($id),"\n";
|
print "r0ket id: ",$id,"\n";
|
||||||
}else{
|
}else{
|
||||||
die "Unknown config argument $set\n";
|
die "Unknown config argument $set\n";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue