Changeset 425


Ignore:
Timestamp:
07/06/07 20:41:09 (17 years ago)
Author:
bastiaans
Message:

jobmond/jobmond.py:

  • typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobmond/jobmond.py

    r424 r425  
    344344                        gm = Gmetric( GMETRIC_TARGET_HOST, GMETRIC_TARGET_PORT )
    345345
    346                         gm.send( str( metricname ), str( metricval ), str( self.dmax ), units, valtype )
     346                        gm.send( str( metricname ), str( metricval ), str( self.dmax ), valtype, units )
    347347
    348348                else:
Note: See TracChangeset for help on using the changeset viewer.