mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 03:32:26 +01:00 
			
		
		
		
	fixed json output for pilerstats
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		@@ -103,7 +103,7 @@ int main(int argc, char **argv){
 | 
				
			|||||||
   
 | 
					   
 | 
				
			||||||
   close_database(&sdata);
 | 
					   close_database(&sdata);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   printf("{\n\trcvd=%llu,\n\tsize=%llu,\n\tssize=%llu,\n\tsphx=%llu\n}\n", rcvd, size, ssize, sphx);
 | 
					   printf("{\n\t\"rcvd\": %llu,\n\t\"size\": %llu,\n\t\"ssize\": %llu,\n\t\"sphx\": %llu\n}\n", rcvd, size, ssize, sphx);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   return 0;
 | 
					   return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user