]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-caller/main.go
Do not exit if MCD interface is unavailable
[nncp.git] / src / cmd / nncp-caller / main.go
index d1a5b34be2a392dccbcb9a6724bb3e63362bf603..614a0512a4a0068c3e6e978f5029e5c37bf0f0d7 100644 (file)
@@ -124,7 +124,7 @@ func main() {
 
        for _, ifiName := range ctx.MCDRxIfis {
                if err = ctx.MCDRx(ifiName); err != nil {
-                       log.Fatalln("Can not run MCD reception:", err)
+                       log.Printf("Can not run MCD reception on %s: %s", ifiName, err)
                }
        }