Subversion Repositories SmartDukaan

Rev

Rev 3073 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3073 Rev 3445
Line 67... Line 67...
67
                    wr.write(data);
67
                    wr.write(data);
68
                    wr.close();
68
                    wr.close();
69
                    
69
                    
70
                    conn.getInputStream().close();
70
                    conn.getInputStream().close();
71
                } catch (Exception e) {
71
                } catch (Exception e) {
72
                    rootLogger.error("Unable to post data to web data log", e);
72
                    rootLogger.error("Unable to post data to web data log");
73
                    log.info(eType.name() + ", " + sessionId + ", " + Long.toString(userId) + ", " + email + ", " + strToWrite);
73
                    log.info(eType.name() + ", " + sessionId + ", " + Long.toString(userId) + ", " + email + ", " + strToWrite);
74
                }
74
                }
75
            }
75
            }
76
        });
76
        });
77
    }
77
    }