Skip to content

Commit 68e7184

Browse files
Updating func logs
1 parent 3106731 commit 68e7184

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Src/runcpp2/ConfigParsing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ bool runcpp2::ReadUserConfig( std::vector<Data::Profile>& outProfiles,
181181
{
182182
INTERNAL_RUNCPP2_SAFE_START();
183183

184-
ssLOG_FUNC_DEBUG();
184+
ssLOG_FUNC_INFO();
185185

186186
std::string configPath = !customConfigPath.empty() ? customConfigPath : GetConfigFilePath();
187187
if(configPath.empty())

Src/runcpp2/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ int main(int argc, char* argv[])
320320
}
321321
}
322322

323+
ssLOG_FUNC_INFO();
324+
323325
//Show user config path
324326
if(currentOptions.count(runcpp2::CmdOptions::SHOW_USER_CONFIG))
325327
{

0 commit comments

Comments
 (0)