Skip to content

Commit

Permalink
Remove sourceLineNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Leng (from Dev Box) committed Dec 24, 2024
1 parent e86fbef commit e0a2758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ManagedCommon/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private static string GetCallerInfo(string memberName, string sourceFilePath, in
#endif
}

return $"{callerFileName}::{memberName}::{sourceLineNumber}";
return $"{callerFileName}::{memberName}";
}
}
}

0 comments on commit e0a2758

Please sign in to comment.