From 1b47199c6dbcda482dda1c5ea11c3899f724d563 Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Tue, 24 Feb 2015 09:49:06 +0100 Subject: [PATCH] comment change --- p_s/setup_instruments/setup_instruments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p_s/setup_instruments/setup_instruments.go b/p_s/setup_instruments/setup_instruments.go index 3bfb9fd..476b77b 100644 --- a/p_s/setup_instruments/setup_instruments.go +++ b/p_s/setup_instruments/setup_instruments.go @@ -172,7 +172,7 @@ func (si *SetupInstruments) Configure(sql_match string, collecting, updating str lib.Logger.Println("Configure() returns update_tried", si.update_tried, ", update_succeeded", si.update_succeeded) } -// restore setup_instruments rows to their previous settings +// Restore setup_instruments rows to their previous settings (if changed previously). func (si *SetupInstruments) RestoreConfiguration() { lib.Logger.Println("RestoreConfiguration()") // If the previous update didn't work then don't try to restore -- 2.7.4