Replaced a forgotten try with SPDLOG_TRY
This commit is contained in:
		@@ -278,7 +278,7 @@ public:
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        try
 | 
			
		||||
        SPDLOG_TRY
 | 
			
		||||
        {
 | 
			
		||||
            memory_buf_t buf;
 | 
			
		||||
            details::os::wstr_to_utf8buf(msg, buf);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user