Show
Ignore:
Timestamp:
09/16/06 15:06:34 (2 years ago)
Author:
audreyt
Message:

* remove "PGE" from msg text

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/Match.hs

    r13365 r13369  
    6262        Just m  -> fromVal (matchToVal m) 
    6363        Nothing -> do 
    64             liftIO $ putStrLn ("*** Cannot parse PGE: " ++ ruleStr ++ "\n*** Error: " ++ pge) 
     64            liftIO $ putStrLn ("*** Cannot parse regex: " ++ ruleStr ++ "\n*** Error: " ++ pge) 
    6565            return mkMatchFail 
    6666