aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpyAggr3g470r.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 10c579a9..48b70388 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -1086,12 +1086,15 @@ class Root:
if __name__ == '__main__':
# Point of entry in execution mode
+ print "Launching pyAggr3g470r..."
LOCKER = threading.Lock()
root = Root()
if not os.path.isfile(utils.sqlite_base):
# create the SQLite base if not exists
+ print "Creating data base..."
utils.create_base()
# load the informations from base in memory
+ print "Loading informations from data base..."
root.update()
# launch the available base monitoring method (gamin or classic)
try:
bgstack15