Browse Source

fix: implicit declaration of function ‘ENET_LOG_DEBUG’; did you mean ‘ENET_DEBUG’?

Matt Coburn 6 years ago
parent
commit
21258cd7a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Native/enet.h

+ 1 - 1
Source/Native/enet.h

@@ -4814,7 +4814,7 @@ extern "C" {
 					return 0;
 					return 0;
 				}
 				}
 
 
-				ENET_LOG_DEBUG("pollCount < 0: %i", pollCount);
+				ENET_LOG_ERROR("pollCount < 0: %i", pollCount);
 				return -1;
 				return -1;
 			}
 			}