Changeset 1076 for cpp/frams/util


Ignore:
Timestamp:
02/16/21 06:37:09 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/extvalue.cpp

    r1005 r1076  
    986986        case TUnknown:
    987987        case TInvalid:
    988                 logPrintf("ExtValue", "getInt", LOG_ERROR, "Getting floating point value from %s", getString().c_str());
     988                logPrintf("ExtValue", "getDouble", LOG_ERROR, "Getting floating point value from %s", getString().c_str());
    989989                return 0.0;
    990990        default:;
Note: See TracChangeset for help on using the changeset viewer.