Fix namespace issue
This commit is contained in:
		
							parent
							
								
									8a2a3b6579
								
							
						
					
					
						commit
						7759a56bed
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -150,8 +150,8 @@ void printMsg_(Verbosity level, const FormatOrString & fs); | |||
| 
 | ||||
| #define printMsg(level, f) \ | ||||
|     do { \ | ||||
|         if (level <= verbosity) { \ | ||||
|             printMsg_(level, (f)); \ | ||||
|         if (level <= nix::verbosity) { \ | ||||
|             nix::printMsg_(level, (f)); \ | ||||
|         } \ | ||||
|     } while (0) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue