Page MenuHomeDevCentral

D1556.id3975.diff
No OneTemporary

D1556.id3975.diff

diff --git a/Wearg/Notifications.tcl b/Wearg/Notifications.tcl
--- a/Wearg/Notifications.tcl
+++ b/Wearg/Notifications.tcl
@@ -155,6 +155,13 @@
return
}
+ # T1253 - Some events produce "null text"
+ if {$message == "null"} {
+ putdebug "Message 'null' received for $service.$project.$group notification:"
+ putdebug $rawContent
+ return
+ }
+
set channel [get_notification_channel $project $group]
if {$channel == ""} {
return

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 17:58 (11 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264928
Default Alt Text
D1556.id3975.diff (456 B)

Event Timeline