From: Diego Martínez Date: Sat, 11 Mar 2017 23:17:59 +0000 (-0300) Subject: Pathfinder: Send errors to `warningstream`. X-Git-Tag: 0.4.16~350 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09f2cd0264993e7b81d84d77bfc670b40ef82444;p=oweals%2Fminetest.git Pathfinder: Send errors to `warningstream`. Avoids spamming the chat about several errors. --- diff --git a/src/pathfinder.cpp b/src/pathfinder.cpp index b240ec21f..ee06db630 100644 --- a/src/pathfinder.cpp +++ b/src/pathfinder.cpp @@ -55,7 +55,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define DEBUG_OUT(a) while(0) #define INFO_TARGET infostream << "Pathfinder: " #define VERBOSE_TARGET verbosestream << "Pathfinder: " -#define ERROR_TARGET errorstream << "Pathfinder: " +#define ERROR_TARGET warningstream << "Pathfinder: " #endif /******************************************************************************/