Changeset 375 for cpp/frams/param/param.h
- Timestamp:
- 04/26/15 00:59:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.h
r372 r375 12 12 #include <frams/util/statrick.h> 13 13 #include <frams/virtfile/virtfile.h> 14 #include <common/ hmessage.h>14 #include <common/log.h> 15 15 16 16 class ExtValue; … … 273 273 SString svaluetoset = SString::valueOf(valuetoset); //converts any type to SString 274 274 SString actual = get(i); 275 Hprintf("Param", "set", HMLV_WARN, "Setting '%s.%s = %s' exceeded allowed range (too %s). Adjusted to %s.",275 logPrintf("Param", "set", LOG_WARN, "Setting '%s.%s = %s' exceeded allowed range (too %s). Adjusted to %s.", 276 276 getName(), id(i), svaluetoset.c_str(), (setflags&PSET_HITMAX) ? "big" : "small", actual.c_str()); 277 277 }
Note: See TracChangeset
for help on using the changeset viewer.