Skip to content

Commit f3cfe80

Browse files
committed
Partial revert log message on fragment patcher
Removes exception from warning Ammdends commit: 7c94b0a
1 parent a86ad8b commit f3cfe80

File tree

1 file changed

+1
-2
lines changed
  • library/src/main/kotlin/io/github/wax911/library/annotation/processor/fragment

1 file changed

+1
-2
lines changed

library/src/main/kotlin/io/github/wax911/library/annotation/processor/fragment/FragmentPatcher.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ class FragmentPatcher(
5656
// This fragment is nowhere to be found.
5757
logger.w(
5858
TAG,
59-
"$graphFile references ${missingFragment.fragmentReference}, but it could not be located.",
60-
Throwable("$missingFragment")
59+
"$graphFile references ${missingFragment}, but it could not be located."
6160
)
6261
}
6362
}

0 commit comments

Comments
 (0)