While this is experimental I don't think it should be experimental enough to be print...
authorJoshua Colp <jcolp@digium.com>
Tue, 19 Sep 2006 18:48:17 +0000 (18:48 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 19 Sep 2006 18:48:17 +0000 (18:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43285 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_misdn.c

index 6987542..e5d63f3 100644 (file)
@@ -4608,7 +4608,7 @@ static int load_module(void)
                }
        }
        
-       chan_misdn_log(0, 0, "-- mISDN Channel Driver Registered -- (BE AWARE THIS DRIVER IS EXPERIMENTAL!)\n");
+       chan_misdn_log(0, 0, "-- mISDN Channel Driver Registered --\n");
 
        return 0;
 }