updated to the new pikotools api (changes in Log)

This commit is contained in:
2021-06-24 21:17:03 +02:00
parent bf1f0954b9
commit b6340a30d2
10 changed files with 38 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2008-2018, Tomasz Sowa
* Copyright (c) 2008-2021, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -85,7 +85,7 @@ protected:
log << "(first " << log_value_size << " characters) ";
log << "\"";
log.LogString(value, log_value_size);
log.put_string(value, log_value_size);
log << "\" (size: " << value.size() << ")";
}