in reply to Re^4: [Ceph::RADOS] Help Debugging Inline C
in thread [Ceph::RADOS] Help Debugging Inline C
I was just asserting in my mind that
BUILD_NOISY is the same, or equal to VERBOSE, which is the same as, or equal to DEBUG if they were set 1 or TRUE
In other words; if setting BUILD_NOISY TRUE, or to a positive integer didn't work. Setting any of the following might/would be an effective equivilent: VERBOSE, DEBUG.
That's all.
Again, sorry for any confusion I might have added.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|