forked from quickshell/quickshell
		
	core/log: print path to detailed log instead of text log on launch
This commit is contained in:
		
							parent
							
								
									2a8479d635
								
							
						
					
					
						commit
						09981a0498
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -353,7 +353,7 @@ void ThreadLogging::initFs() {
 | 
				
			||||||
		delete file;
 | 
							delete file;
 | 
				
			||||||
		file = nullptr;
 | 
							file = nullptr;
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		qInfo() << "Saving logs to" << path;
 | 
							qInfo() << "Saving logs to" << detailedPath;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// buffered by WriteBuffer
 | 
						// buffered by WriteBuffer
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue