Fix missing comma. (#9656)
Markos Fountoulakis committed
Aug 4, 2020 at 14:04 UTC
684a496bb86022f457a8d34a5c2cfc1b5aab8818
1 file changed
+1
-1
claim/claim.c
+1
-1
@@ -24,7 +24,7 @@ static char *claiming_errors[] = {
24
"processing claiming", // 14
25
"Internal Server Error", // 15
26
"Gateway Timeout", // 16
27
- "Service Unavailable" // 17
27
+ "Service Unavailable", // 17
28
"Agent Unique Id Not Readable" // 18
29
};
30
static netdata_mutex_t claim_mutex = NETDATA_MUTEX_INITIALIZER;