Skip to content

Commit 6b2d032

Browse files
committed
Tweak logs
1 parent 2413ce0 commit 6b2d032

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tool/Sources/XcodeInspector/XcodeInspector+TriggerCommand.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ public extension AppInstanceInspector {
3232
if activateApp {
3333
if !runningApplication.activate() {
3434
Logger.service.error("""
35-
Trigger menu item \(sourcePath) failed: \
35+
Trigger menu item \(sourcePath): \
3636
Xcode not activated.
3737
""")
3838
}
3939
} else {
4040
if !runningApplication.isActive {
4141
Logger.service.error("""
42-
Trigger menu item \(sourcePath) failed: \
42+
Trigger menu item \(sourcePath): \
4343
Xcode not activated.
4444
""")
4545
}

0 commit comments

Comments
 (0)