Changeset 294


Ignore:
Timestamp:
09/22/03 09:47:00 (8 years ago)
Author:
jamesoff
Message:

change of loglevel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/extra/fact.tcl

    r226 r294  
    44 
    55############################################################################### 
     6 
    67# This is a bMotion plugin 
     8 
    79# Copyright (C) James Michael Seward 2000-2002 
     10 
    811# 
     12 
    913# This program is covered by the GPL, please refer the to LICENCE file in the 
     14 
    1015# distribution; further information can be found in the headers of the scripts 
     16 
    1117# in the modules directory. 
     18 
    1219############################################################################### 
     20 
    1321 
    1422# initialise 
    1523if {![info exists bMotionFacts]} { 
     24 
    1625  set bMotionFacts(what,bmotion) [list "a very nice script"] 
    1726} 
     
    4049        lappend bMotionFacts($item) $fact 
    4150      } else { 
    42         bMotion_putloglev 1 * "dropping duplicate fact $fact for item $item" 
     51        bMotion_putloglev 2 * "dropping duplicate fact $fact for item $item" 
    4352        set needReSave 1 
    4453      } 
Note: See TracChangeset for help on using the changeset viewer.