mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-28 05:48:44 +02:00
update logger
This commit is contained in:
parent
2955b20e9d
commit
ce55f15c02
36 changed files with 967 additions and 389 deletions
|
@ -89,7 +89,7 @@ void Player::setVolume(double volume)
|
|||
double base = M_E;
|
||||
// double base = 10.;
|
||||
volume_ = (pow(base, volume)-1) / (base-1);
|
||||
logD << "setVolume: " << volume << " => " << volume_ << "\n";
|
||||
LOG(DEBUG) << "setVolume: " << volume << " => " << volume_ << "\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue