mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
				synced 2025-11-03 21:53:30 +00:00 
			
		
		
		
	log: move a log from info to debug level
This basically duplicates an info log further below that says "Generated..." Change-Id: I32f22f71adc6dc2fbc7bcca5d277337baef3cd6d
This commit is contained in:
		@@ -197,7 +197,7 @@ int db_get_auc(struct db_context *dbc, const char *imsi,
 | 
			
		||||
	if (rc <= 0)
 | 
			
		||||
		return rc;
 | 
			
		||||
 | 
			
		||||
	LOGAUC(imsi, LOGL_INFO, "Calling to generate %u vectors\n", num_vec);
 | 
			
		||||
	LOGAUC(imsi, LOGL_DEBUG, "Calling to generate %u vectors\n", num_vec);
 | 
			
		||||
	rc = auc_compute_vectors(vec, num_vec, &aud2g, &aud3g, rand_auts, auts);
 | 
			
		||||
	if (rc < 0) {
 | 
			
		||||
		num_vec = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user