|  | @@ -18,11 +18,11 @@
 | 
	
		
			
				|  |  |      }\
 | 
	
		
			
				|  |  |      catch(const nJson::type_error& e)                       \
 | 
	
		
			
				|  |  |      {\
 | 
	
		
			
				|  |  | -        SPDLOG_WARN("nJson type failed: " << e.what());\
 | 
	
		
			
				|  |  | +        SPDLOG_WARN("nJson type failed: {}", e.what());\
 | 
	
		
			
				|  |  |          return false;\
 | 
	
		
			
				|  |  |      }catch (const std::exception& e)\
 | 
	
		
			
				|  |  |      {\
 | 
	
		
			
				|  |  | -        SPDLOG_WARN("nJson std failed: " << e.what());\
 | 
	
		
			
				|  |  | +        SPDLOG_WARN("nJson std failed: {}", e.what());\
 | 
	
		
			
				|  |  |          return false;\
 | 
	
		
			
				|  |  |      }catch(...)\
 | 
	
		
			
				|  |  |      {\
 |