~ubuntu-branches/ubuntu/utopic/sysdig/utopic

« back to all changes in this revision

Viewing changes to userspace/sysdig/sysdig.cpp

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov
  • Date: 2014-07-13 11:52:44 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20140713115244-1lrmpedtrrfx4m0b
Tags: upstream-0.1.85
ImportĀ upstreamĀ versionĀ 0.1.85

Show diffs side-by-side

added added

removed removed

Lines of Context:
750
750
                                cnt = atoi(optarg);
751
751
                                if(cnt <= 0)
752
752
                                {
753
 
                                        throw sinsp_exception(string("invalid packet count") + optarg);
 
753
                                        throw sinsp_exception(string("invalid packet count ") + optarg);
754
754
                                        res = EXIT_FAILURE;
755
755
                                        goto exit;
756
756
                                }