mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-05 10:00:20 +02:00
Add flag to enable verbose output
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#include "config.h"
|
||||
#include "PlayerAttributes.h"
|
||||
#include "util.h"
|
||||
#include "log.h"
|
||||
#include "db-sqlite3.h" // SQLite3Base
|
||||
|
||||
namespace {
|
||||
@ -82,7 +83,7 @@ void FilesReader::read(PlayerAttributes::Players &dest)
|
||||
Player player;
|
||||
player.name = name;
|
||||
if (!parse_pos(position, player)) {
|
||||
std::cerr << "Failed to parse position " << position << std::endl;
|
||||
errorstream << "Failed to parse position '" << position << "'" << std::endl;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user