X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/12f78f32f68ef205dd59f538a20897580910aa95..007fc562d28cd0b5fdc8290f843040c253555670:/projects/stargazer/tariff_impl.cpp diff --git a/projects/stargazer/tariff_impl.cpp b/projects/stargazer/tariff_impl.cpp index 61c158e8..271a1da0 100644 --- a/projects/stargazer/tariff_impl.cpp +++ b/projects/stargazer/tariff_impl.cpp @@ -162,7 +162,7 @@ switch (GetChangePolicy()) else return "Current tariff " + GetName() + " is more expensive than new tariff " + to.GetName() + ". The policy is " + TARIFF::ChangePolicyToString(GetChangePolicy()) + "."; case TARIFF::DENY: - return "Current tariff " + GetName() + ", new tariff " + to.GetName() + "."; + return "Current tariff " + GetName() + ", new tariff " + to.GetName() + ". The policy is " + TARIFF::ChangePolicyToString(GetChangePolicy()) + "."; } } //-----------------------------------------------------------------------------