Changeset 17977


Ignore:
Timestamp:
09/30/14 01:04:46 (10 years ago)
Author:
mknoetig
Message:
cleanup commit
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Makefile

    r17976 r17977  
    8181
    8282LIBNOVA_PATH := `which libnovaconfig`
    83 #LIBNOVA_PATH := `/usr/lib64`
    8483
    8584ifeq ($(shell basename "$(LIBNOVA_PATH)X"), libnovaconfigX)
  • trunk/Mars/fact/processing/numevents.C

    r17976 r17977  
    269269        cout << "where: " << where << endl;
    270270
    271         //if (!serv.InsertUpdate(table, vars, where))
    272         //{
    273         //    cout << "ERROR - insert/update to DB failed  (vars:" << vars << " where: " << where << ")." << endl;
    274         //    return 2;
    275         //}
     271        if (!serv.InsertUpdate(table, vars, where))
     272        {
     273            cout << "ERROR - insert/update to DB failed  (vars:" << vars << " where: " << where << ")." << endl;
     274            return 2;
     275        }
    276276
    277277    }
    278 
    279278
    280279    return 1;
Note: See TracChangeset for help on using the changeset viewer.