]> git.sur5r.net Git - bacula/bacula/commitdiff
Minor tweaks to bat
authorKern Sibbald <kern@sibbald.com>
Wed, 19 Aug 2009 10:56:04 +0000 (12:56 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 19 Aug 2009 10:56:04 +0000 (12:56 +0200)
bacula/src/qt-console/console/console.cpp
bacula/src/qt-console/main.cpp
bacula/technotes

index 4201d61ce2c809c224924566a240cdfa61fba290..f1075948640c40b06236b2423b5c2139419c4d6a 100644 (file)
@@ -50,6 +50,10 @@ Console::Console(QTabWidget *parent)
    m_console = this;
    m_warningPrevent = false;
    m_dircommCounter = 0;
+
+   /* 
+    * Create a connection to the Director and put it in a hash table
+    */
    m_dircommHash.insert(m_dircommCounter, new DirComm(this, m_dircommCounter));
 
    setupUi(this);
index 6d9f917bf05f1d55e1a04f3ac8a5c186c3c68cf9..b34b49755c276d7eaf8e3f14d3bb5cab8d436dd3 100644 (file)
@@ -58,6 +58,7 @@ static char *configfile = NULL;
 int main(int argc, char *argv[])
 {
    int ch;
+   int rc;
    bool no_signals = true;
    bool test_config = false;
 
@@ -158,7 +159,9 @@ int main(int argc, char *argv[])
    mainWin = new MainWin;
    mainWin->show();
 
-   return app->exec();
+   rc = app->exec();
+// sm_dump(false);
+   return rc;
 }
 
 void terminate_console(int /*sig*/)
index 1e58c494c061a0bb22e99be96d0b6d709a66e5c3..5a72b91f8e4e2b10c7bdc660937d205459d8ae4d 100644 (file)
@@ -2,6 +2,8 @@
           
 General:
 
+19Aug09
+kes  Ensure timestamp put in SQL log
 15Aug09
 kes  Modify acquire alogrithm so jobs do not block during despooling
      This can give significantly more parallelism