aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-13 19:42:43 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-13 19:42:43 +0800
commit87ec0f74014058b9de77a6d2c0e81c801aeca5b8 (patch)
tree04d6e6612e7dab9fa94d2d00290446a7a2bb544f
parent54853b5d6587568559998a3c9052b6ed749b1e7e (diff)
VTY: Finalize had a typo, remove the whole thing, just raise an error
-rw-r--r--OsmoVTY.st3
1 files changed, 1 insertions, 2 deletions
diff --git a/OsmoVTY.st b/OsmoVTY.st
index 6a02434..720f7a1 100644
--- a/OsmoVTY.st
+++ b/OsmoVTY.st
@@ -194,8 +194,7 @@ Object subclass: VTYCommand [
]
finalize [
- Transcript show: 'Command is being removed... bad'.
- super fianilize.
+ self error: 'The command can not be removed. A crash will happen soon.'
]
]